ItemError 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 an item- or document-level indexing error.
public class ItemError
type ItemError = class
Public Class ItemError
- Inheritance
-
ItemError
Constructors
ItemError() |
Initializes a new instance of the ItemError class. |
ItemError(String, String, Int32, String, String, String) |
Initializes a new instance of the ItemError class. |
Properties
Details |
Gets additional, verbose details about the error to assist in debugging the indexer. This may not be always available. |
DocumentationLink |
Gets a link to a troubleshooting guide for these classes of errors. This may not be always available. |
ErrorMessage |
Gets the message describing the error that occurred while processing the item. |
Key |
Gets the key of the item for which indexing failed. |
Name |
Gets 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. |
StatusCode |
Gets 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. |
Applies to
Azure SDK for .NET