Error.Details 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.
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