Share via


Error.SubCode Property

Definition

Gets the error code that further helps to identify the error. Possible values include: 'UnexpectedError', 'ResourceError', 'NotImplemented', 'ParameterMissing', 'ParameterInvalidValue', 'HttpNotAllowed', 'Blocked', 'AuthorizationMissing', 'AuthorizationRedundancy', 'AuthorizationDisabled', 'AuthorizationExpired'

[Newtonsoft.Json.JsonProperty(PropertyName="subCode")]
public Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.ErrorSubCode? SubCode { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="subCode")>]
member this.SubCode : Nullable<Microsoft.Azure.CognitiveServices.Search.VideoSearch.Models.ErrorSubCode>
Public ReadOnly Property SubCode As Nullable(Of ErrorSubCode)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to