public class TableErrorCode extends com.azure.core.util.ExpandableStringEnum<TableErrorCode>
Modifier and Type | Field and Description |
---|---|
static TableErrorCode |
ENTITY_ALREADY_EXISTS
Static value ResourceAlreadyExists for TableErrorCode.
|
static TableErrorCode |
ENTITY_NOT_FOUND
Static value ResourceNotFound for TableErrorCode.
|
static TableErrorCode |
INVALID_PK_OR_RK_NAME
Static value InvalidResourceName for TableErrorCode.
|
static TableErrorCode |
INVALID_TABLE_NAME
Static value InvalidResourceName for TableErrorCode.
|
static TableErrorCode |
TABLE_ALREADY_EXISTS
Static value ResourceAlreadyExists for TableErrorCode.
|
static TableErrorCode |
TABLE_NOT_FOUND
Static value ResourceNotFound for TableErrorCode.
|
Constructor and Description |
---|
TableErrorCode() |
Modifier and Type | Method and Description |
---|---|
static TableErrorCode |
fromString(String name)
returns an error code from a string
|
public static final TableErrorCode TABLE_ALREADY_EXISTS
public static final TableErrorCode TABLE_NOT_FOUND
public static final TableErrorCode INVALID_TABLE_NAME
public static final TableErrorCode ENTITY_ALREADY_EXISTS
public static final TableErrorCode ENTITY_NOT_FOUND
public static final TableErrorCode INVALID_PK_OR_RK_NAME
public static TableErrorCode fromString(String name)
name
- the name of the errorCopyright © 2020 Microsoft Corporation. All rights reserved.