WebJobInner.Error Property

Definition

Gets or sets error information.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to