ErrorResponse.Error Property

Definition

Gets or sets the error details.

[Newtonsoft.Json.JsonProperty(PropertyName="error")]
public Microsoft.Azure.ApplicationInsights.Models.ErrorInfo Error { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="error")>]
member this.Error : Microsoft.Azure.ApplicationInsights.Models.ErrorInfo with get, set
Public Property Error As ErrorInfo

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to