Property Code
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; }
HTTP like error code in the 300 to 500 range
[JsonPropertyName("code")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Range(300, 699)]
public int Code { get; set; }