Share via


ErrorResponse.Errors Property

Definition

Gets or sets a list of errors that describe the reasons why the request failed.

[Newtonsoft.Json.JsonProperty(PropertyName="errors")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.AutoSuggest.Models.Error> Errors { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="errors")>]
member this.Errors : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Search.AutoSuggest.Models.Error> with get, set
Public Property Errors As IList(Of Error)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to