ErrorResponse.Code Property

Definition

Gets or sets service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to