FunctionStatus.Errors Property

Definition

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="errors")]
public System.Collections.ObjectModel.Collection<string> Errors { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="errors")>]
member this.Errors : System.Collections.ObjectModel.Collection<string> with get, set
Public Property Errors As Collection(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to