ItemError.Details Property

Definition

Gets additional, verbose details about the error to assist in debugging the indexer. This may not be always available.

[Newtonsoft.Json.JsonProperty(PropertyName="details")]
public string Details { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="details")>]
member this.Details : string
Public ReadOnly Property Details As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to