ApiFault.ErrorData 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.
Gets or sets additional fault information if present.
[Newtonsoft.Json.JsonProperty("data", NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public System.Collections.Generic.IEnumerable<object> ErrorData { get; set; }
[<Newtonsoft.Json.JsonProperty("data", NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.ErrorData : seq<obj> with get, set
Public Property ErrorData As IEnumerable(Of Object)
Property Value
- Attributes