Share via


Error.MoreDetails Property

Definition

Gets a description that provides additional information about the error.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to