Error.InnerError Property

Definition

Gets or sets inner error message.

[Newtonsoft.Json.JsonProperty(PropertyName="innerError")]
public string InnerError { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="innerError")>]
member this.InnerError : string with get, set
Public Property InnerError As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to