ScriptExecution.FailureReason Property

Definition

Gets or sets error message if the script was able to run, but if the script itself had errors or powershell threw an exception

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to