AzureWorkloadErrorInfo.ErrorTitle Property

Definition

Gets or sets title: Typically, the entity that the error pertains to.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to