ApiErrorModel.ErrorCode Property

Definition

[Newtonsoft.Json.JsonProperty("errorCode")]
public int ErrorCode { get; set; }
[<Newtonsoft.Json.JsonProperty("errorCode")>]
member this.ErrorCode : int with get, set
Public Property ErrorCode As Integer

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to