public class TableErrorCode extends com.azure.core.util.ExpandableStringEnum<TableErrorCode>
| Modifier and Type | Field and Description |
|---|---|
static TableErrorCode |
ENTITY_ALREADY_EXISTS
Static value
EntityAlreadyExists. |
static TableErrorCode |
ENTITY_NOT_FOUND
Static value
EntityNotFound. |
static TableErrorCode |
INVALID_PK_OR_RK_NAME
Static value
InvalidPkOrRkName. |
static TableErrorCode |
INVALID_TABLE_NAME
Static value
InvalidTableName. |
static TableErrorCode |
TABLE_ALREADY_EXISTS
Static value
TableAlreadyExists. |
static TableErrorCode |
TABLE_NOT_FOUND
Static value
TableNotFound. |
| Constructor and Description |
|---|
TableErrorCode() |
| Modifier and Type | Method and Description |
|---|---|
static TableErrorCode |
fromString(String name)
Returns the
TableErrorCode constant with the provided name, or null if no TableErrorCode
has the provided name. |
public static final TableErrorCode TABLE_ALREADY_EXISTS
TableAlreadyExists.public static final TableErrorCode TABLE_NOT_FOUND
TableNotFound.public static final TableErrorCode INVALID_TABLE_NAME
InvalidTableName.public static final TableErrorCode ENTITY_ALREADY_EXISTS
EntityAlreadyExists.public static final TableErrorCode ENTITY_NOT_FOUND
EntityNotFound.public static final TableErrorCode INVALID_PK_OR_RK_NAME
InvalidPkOrRkName.public static TableErrorCode fromString(String name)
TableErrorCode constant with the provided name, or null if no TableErrorCode
has the provided name.name - The name of the error.TableErrorCode value having the provided name.Copyright © 2021 Microsoft Corporation. All rights reserved.