共用方式為


IndexerExecutionResult.Errors Property

Definition

Gets the item-level indexing errors.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to