KnowledgeSourceSynchronizationError Class
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.
Represents a document-level indexing error encountered during a knowledge source synchronization run.
public class KnowledgeSourceSynchronizationError : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeSourceSynchronizationError>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeSourceSynchronizationError>
type KnowledgeSourceSynchronizationError = class
interface IJsonModel<KnowledgeSourceSynchronizationError>
interface IPersistableModel<KnowledgeSourceSynchronizationError>
Public Class KnowledgeSourceSynchronizationError
Implements IJsonModel(Of KnowledgeSourceSynchronizationError), IPersistableModel(Of KnowledgeSourceSynchronizationError)
- Inheritance
-
KnowledgeSourceSynchronizationError
- Implements
Constructors
| Name | Description |
|---|---|
| KnowledgeSourceSynchronizationError(String) |
Initializes a new instance of KnowledgeSourceSynchronizationError. |
Properties
| Name | Description |
|---|---|
| Details |
Additional contextual information about the failure. |
| DocId |
The unique identifier for the failed document or item within the synchronization run. |
| DocumentationLink |
A link to relevant troubleshooting documentation. |
| ErrorMessage |
Human-readable, customer-visible error message. |
| Name |
Name of the ingestion or processing component reporting the error. |
| StatusCode |
HTTP-like status code representing the failure category (e.g., 400). |