SynchronizationState.Errors 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.
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)