| Package | Description |
|---|---|
| com.azure.data.tables.models |
Package containing the implementations and inner classes for AzureTable.
|
| Modifier and Type | Field and Description |
|---|---|
static TableErrorCode |
TableErrorCode.ENTITY_ALREADY_EXISTS
Static value
EntityAlreadyExists. |
static TableErrorCode |
TableErrorCode.ENTITY_NOT_FOUND
Static value
EntityNotFound. |
static TableErrorCode |
TableErrorCode.INVALID_PK_OR_RK_NAME
Static value
InvalidPkOrRkName. |
static TableErrorCode |
TableErrorCode.INVALID_TABLE_NAME
Static value
InvalidTableName. |
static TableErrorCode |
TableErrorCode.TABLE_ALREADY_EXISTS
Static value
TableAlreadyExists. |
static TableErrorCode |
TableErrorCode.TABLE_NOT_FOUND
Static value
TableNotFound. |
| Modifier and Type | Method and Description |
|---|---|
static TableErrorCode |
TableErrorCode.fromString(String name)
Returns the
TableErrorCode constant with the provided name, or null if no TableErrorCode
has the provided name. |
TableErrorCode |
TableStorageException.getErrorCode()
Gets the error code returned by the service.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.