ApiErrorModel.StatusCode Property

Definition

[Newtonsoft.Json.JsonProperty("statusCode")]
public System.Net.HttpStatusCode StatusCode { get; set; }
[<Newtonsoft.Json.JsonProperty("statusCode")>]
member this.StatusCode : System.Net.HttpStatusCode with get, set
Public Property StatusCode As HttpStatusCode

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to