ErrorDetail.Code Property

Definition

Gets the error code.

[Newtonsoft.Json.JsonProperty(PropertyName="code")]
public string Code { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="code")>]
member this.Code : string
Public ReadOnly Property Code As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to