Bagikan melalui


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 string SubCode { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="subCode")>]
member this.SubCode : string
Public ReadOnly Property SubCode As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to