Condividi tramite


ErrorDefinition.Code Property

Definition

Gets service specific error code which serves as the substatus for the HTTP 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