Error.InnerError Property

Definition

The inner error of the response. These are additional error objects that may be more specific than the top level error.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to