Compartir a través de


Error.SubCode Propiedad

Definición

Obtiene el código de error que ayuda aún más a identificar el error. Entre los valores posibles se incluyen: '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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a