azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.search.models.Ite...

96 строки
5.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.models.ItemError"
fullName: "com.azure.search.models.ItemError"
name: "ItemError"
nameWithType: "ItemError"
summary: "Represents an item- or document-level indexing error."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ItemError**"
constructors:
- uid: "com.azure.search.models.ItemError.ItemError()"
fullName: "com.azure.search.models.ItemError.ItemError()"
name: "ItemError()"
nameWithType: "ItemError.ItemError()"
syntax: "public ItemError()"
methods:
- uid: "com.azure.search.models.ItemError.getDetails()"
fullName: "com.azure.search.models.ItemError.getDetails()"
name: "getDetails()"
nameWithType: "ItemError.getDetails()"
summary: "Get the details property: Additional, verbose details about the error to assist in debugging the indexer."
syntax: "public String getDetails()"
desc: "Get the details property: Additional, verbose details about the error to assist in debugging the indexer. This may not be always available."
returns:
description: "the details value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.models.ItemError.getDocumentationLink()"
fullName: "com.azure.search.models.ItemError.getDocumentationLink()"
name: "getDocumentationLink()"
nameWithType: "ItemError.getDocumentationLink()"
summary: "Get the documentation<wbr>Link property: A link to a troubleshooting guide for these classes of errors."
syntax: "public String getDocumentationLink()"
desc: "Get the documentationLink property: A link to a troubleshooting guide for these classes of errors. This may not be always available."
returns:
description: "the documentationLink value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.models.ItemError.getErrorMessage()"
fullName: "com.azure.search.models.ItemError.getErrorMessage()"
name: "getErrorMessage()"
nameWithType: "ItemError.getErrorMessage()"
summary: "Get the error<wbr>Message property: The message describing the error that occurred while processing the item."
syntax: "public String getErrorMessage()"
desc: "Get the errorMessage property: The message describing the error that occurred while processing the item."
returns:
description: "the errorMessage value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.models.ItemError.getKey()"
fullName: "com.azure.search.models.ItemError.getKey()"
name: "getKey()"
nameWithType: "ItemError.getKey()"
summary: "Get the key property: The key of the item for which indexing failed."
syntax: "public String getKey()"
desc: "Get the key property: The key of the item for which indexing failed."
returns:
description: "the key value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.models.ItemError.getName()"
fullName: "com.azure.search.models.ItemError.getName()"
name: "getName()"
nameWithType: "ItemError.getName()"
summary: "Get the name property: The name of the source at which the error originated."
syntax: "public String getName()"
desc: "Get the name property: 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."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.models.ItemError.getStatusCode()"
fullName: "com.azure.search.models.ItemError.getStatusCode()"
name: "getStatusCode()"
nameWithType: "ItemError.getStatusCode()"
summary: "Get the status<wbr>Code property: The status code indicating why the indexing operation failed."
syntax: "public int getStatusCode()"
desc: "Get the statusCode property: 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."
returns:
description: "the statusCode value."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Represents an item- or document-level indexing error."
metadata: {}
package: "com.azure.search.models"
artifact: com.azure:azure-search:11.0.0-beta.1