azure-docs-sdk-java/docs-ref-autogen/com.azure.data.tables.model...

65 строки
4.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.data.tables.models.TableServiceError"
fullName: "com.azure.data.tables.models.TableServiceError"
name: "TableServiceError"
nameWithType: "TableServiceError"
summary: "A class that represents an error occurred in a Tables operation."
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 **TableServiceError**"
constructors:
- uid: "com.azure.data.tables.models.TableServiceError.TableServiceError(java.lang.String,java.lang.String)"
fullName: "com.azure.data.tables.models.TableServiceError.TableServiceError(String errorCode, String errorMessage)"
name: "TableServiceError(String errorCode, String errorMessage)"
nameWithType: "TableServiceError.TableServiceError(String errorCode, String errorMessage)"
summary: "Create an instance of <xref uid=\"com.azure.data.tables.models.TableServiceError\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableServiceError\"></xref>."
parameters:
- description: "The service error code."
name: "errorCode"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The error message."
name: "errorMessage"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public TableServiceError(String errorCode, String errorMessage)"
desc: "Create an instance of <xref uid=\"com.azure.data.tables.models.TableServiceError\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableServiceError\"></xref>."
methods:
- uid: "com.azure.data.tables.models.TableServiceError.getErrorCode()"
fullName: "com.azure.data.tables.models.TableServiceError.getErrorCode()"
name: "getErrorCode()"
nameWithType: "TableServiceError.getErrorCode()"
summary: "Get the service error code."
syntax: "public TableErrorCode getErrorCode()"
desc: "Get the service error code."
returns:
description: "The service error code."
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.data.tables.models.TableServiceError.getErrorMessage()"
fullName: "com.azure.data.tables.models.TableServiceError.getErrorMessage()"
name: "getErrorMessage()"
nameWithType: "TableServiceError.getErrorMessage()"
summary: "Get the error message."
syntax: "public String getErrorMessage()"
desc: "Get the error message."
returns:
description: "The error message."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "A class that represents an error occurred in a Tables operation."
metadata: {}
package: "com.azure.data.tables.models"
artifact: com.azure:azure-data-tables:12.4.4