Share via


ErrorResponse.Error Property

Definition

The Error returned by the service.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to