Table of Contents

Property ErrCode

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

ErrCode

The NATS error code unique to each kind of error

[JsonPropertyName("err_code")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Range(0, 65535)]
public int ErrCode { get; set; }

Property Value

int