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 ResourceAlreadyExists for TableErrorCode.
|
static TableErrorCode |
TableErrorCode.ENTITY_NOT_FOUND
Static value ResourceNotFound for TableErrorCode.
|
static TableErrorCode |
TableErrorCode.INVALID_PK_OR_RK_NAME
Static value InvalidResourceName for TableErrorCode.
|
static TableErrorCode |
TableErrorCode.INVALID_TABLE_NAME
Static value InvalidResourceName for TableErrorCode.
|
static TableErrorCode |
TableErrorCode.TABLE_ALREADY_EXISTS
Static value ResourceAlreadyExists for TableErrorCode.
|
static TableErrorCode |
TableErrorCode.TABLE_NOT_FOUND
Static value ResourceNotFound for TableErrorCode.
|
Modifier and Type | Method and Description |
---|---|
static TableErrorCode |
TableErrorCode.fromString(String name)
returns an error code from a string
|
TableErrorCode |
TableStorageException.getErrorCode() |
Copyright © 2020 Microsoft Corporation. All rights reserved.