Share via


Error.Code Property

Definition

Gets or sets the error code that identifies the category of error. Possible values include: 'None', 'ServerError', 'InvalidRequest', 'RateLimitExceeded', 'InvalidAuthorization', 'InsufficientAuthorization'

[Newtonsoft.Json.JsonProperty(PropertyName="code")]
public Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.ErrorCode Code { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="code")>]
member this.Code : Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.ErrorCode with get, set
Public Property Code As ErrorCode

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to