ActivityRun.Error Property

Definition

Gets the error if any from the activity run.

[Newtonsoft.Json.JsonProperty(PropertyName="error")]
public object Error { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="error")>]
member this.Error : obj
Public ReadOnly Property Error As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to