Table of Contents

Property Code

Namespace
NATS.Client.JetStream.Models
Assembly
NATS.Client.JetStream.dll

Code

HTTP like error code in the 300 to 500 range

[JsonPropertyName("code")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Range(300, 699)]
public int Code { get; set; }

Property Value

int