Error.InnerError Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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