ApiErrorModel.ErrorDetails Property

Definition

[Newtonsoft.Json.JsonProperty("errorDetails", NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public string ErrorDetails { get; set; }
[<Newtonsoft.Json.JsonProperty("errorDetails", NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.ErrorDetails : string with get, set
Public Property ErrorDetails As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to