Error.Details Property

Definition

An array of details that describe the error[s] encountered with the request.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="details", Required=Newtonsoft.Json.Required.Default)]
public System.Collections.Generic.IEnumerable<Microsoft.Graph.ErrorDetail> Details { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="details", Required=Newtonsoft.Json.Required.Default)>]
member this.Details : seq<Microsoft.Graph.ErrorDetail> with get, set
Public Property Details As IEnumerable(Of ErrorDetail)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to