SearchIndexerError Class

Represents an item- or document-level indexing error.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
SearchIndexerError

Constructor

SearchIndexerError(**kwargs)

Variables

key
str

The key of the item for which indexing failed.

error_message
str

Required. The message describing the error that occurred while processing the item.

status_code
int

Required. The status code indicating why the indexing operation failed. Possible values include: 400 for a malformed input document, 404 for document not found, 409 for a version conflict, 422 when the index is temporarily unavailable, or 503 for when the service is too busy.

name
str

The name of the source at which the error originated. For example, this could refer to a particular skill in the attached skillset. This may not be always available.

details
str

Additional, verbose details about the error to assist in debugging the indexer. This may not be always available.

documentation_link
str

A link to a troubleshooting guide for these classes of errors. This may not be always available.