Error.Code Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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