Share via


JobResponse.FailureReason Property

Definition

Gets if status == failed, this string containing the reason for the failure.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to