次の方法で共有


JobResponse.FailureReason プロパティ

定義

状態 == 失敗した場合に、エラーの理由を含むこの文字列を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="failureReason")]
public string FailureReason { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="failureReason")>]
member this.FailureReason : string
Public ReadOnly Property FailureReason As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象