Partager via


ErrorResponse.Code Propriété

Définition

Obtient ou définit le code d’erreur défini par le service. Ce code sert de sous-état pour le code d'erreur HTTP spécifié dans la réponse.

[Newtonsoft.Json.JsonProperty(PropertyName="error.code")]
public string Code { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="error.code")>]
member this.Code : string with get, set
Public Property Code As String

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à