SynchronizationState.Errors Property

Definition

Collection of document-level indexing errors encountered during the current synchronization run. Returned only when errors are present.

public System.Collections.Generic.IList<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeSourceSynchronizationError> Errors { get; }
member this.Errors : System.Collections.Generic.IList<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeSourceSynchronizationError>
Public ReadOnly Property Errors As IList(Of KnowledgeSourceSynchronizationError)

Property Value

Applies to