Share via


APIError.Code Property

Definition

Gets or sets the error code.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to