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

66 строки
3.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.models.SearchError"
fullName: "com.azure.search.models.SearchError"
name: "SearchError"
nameWithType: "SearchError"
summary: "Describes an error condition for the Azure Cognitive Search API."
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 **SearchError**"
constructors:
- uid: "com.azure.search.models.SearchError.SearchError()"
fullName: "com.azure.search.models.SearchError.SearchError()"
name: "SearchError()"
nameWithType: "SearchError.SearchError()"
syntax: "public SearchError()"
methods:
- uid: "com.azure.search.models.SearchError.getCode()"
fullName: "com.azure.search.models.SearchError.getCode()"
name: "getCode()"
nameWithType: "SearchError.getCode()"
summary: "Get the code property: One of a server-defined set of error codes."
syntax: "public String getCode()"
desc: "Get the code property: One of a server-defined set of error codes."
returns:
description: "the code value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.models.SearchError.getDetails()"
fullName: "com.azure.search.models.SearchError.getDetails()"
name: "getDetails()"
nameWithType: "SearchError.getDetails()"
summary: "Get the details property: An array of details about specific errors that led to this reported error."
syntax: "public List<SearchError> getDetails()"
desc: "Get the details property: An array of details about specific errors that led to this reported error."
returns:
description: "the details value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.search.models.SearchError?alt=com.azure.search.models.SearchError&text=SearchError\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.search.models.SearchError.getMessage()"
fullName: "com.azure.search.models.SearchError.getMessage()"
name: "getMessage()"
nameWithType: "SearchError.getMessage()"
summary: "Get the message property: A human-readable representation of the error."
syntax: "public String getMessage()"
desc: "Get the message property: A human-readable representation of the error."
returns:
description: "the message value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "Describes an error condition for the Azure Cognitive Search API."
metadata: {}
package: "com.azure.search.models"
artifact: com.azure:azure-search:11.0.0-beta.1