次の方法で共有


OperationResultError.Code プロパティ

定義

status == failed または status == cancelled の場合は必須を取得または設定します。 status == failed の場合は、エラーのトラブルシューティング、集計、分析に使用される不変のエラー コードを指定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象