public class ErrorCode extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
AUTHORIZATION_FAILURE
User authentication failed.
|
static String |
CLIENT_ERROR
XXX: User usage error.
|
static String |
CONDITION_CHECK_FAIL
Pre-check condition failed.
|
static String |
INTERNAL_SERVER_ERROR
Internal server error.
|
static String |
INVALID_PARAMETER
Parameter error.
|
static String |
INVALID_PK
Primary key mismatch.
|
static String |
NOT_ENOUGH_CAPACITY_UNIT
Insufficient remaining reserved read/write capacity.
|
static String |
OBJECT_ALREADY_EXIST
The requested table to be created already exists.
|
static String |
OBJECT_NOT_EXIST
The requested table does not exist.
|
static String |
OUT_OF_COLUMN_COUNT_LIMIT
The total number of columns in this row exceeds the limit.
|
static String |
OUT_OF_ROW_SIZE_LIMIT
The total size of all column data in this row exceeds the limit.
|
static String |
PARTITION_UNAVAILABLE
Internal server failover occurs, causing some partitions of the table to be unavailable for service.
|
static String |
QUOTA_EXHAUSTED
The user's quota has been fully utilized.
|
static String |
REQUEST_TIMEOUT
Client request timeout.
|
static String |
REQUEST_TOO_LARGE
The entire request is too large.
|
static String |
RESOURCE_GONE
The Tunnel resource is unavailable, for example, due to a Heartbeat timeout or a version status conflict in the Channel.
|
static String |
ROW_OPERATION_CONFLICT
Multiple concurrent requests writing the same row of data, causing conflicts.
|
static String |
SEQUENCE_NUMBER_NOT_MATCH
Tunnel Checkpoint sequence number conflict.
|
static String |
SERVER_BUSY
The internal server of OTS is busy.
|
static String |
SERVER_UNAVAILABLE
There are inaccessible servers inside the OTS.
|
static String |
STORAGE_TIMEOUT
Internal operation timeout in OTS.
|
static String |
TABLE_NOT_READY
The table cannot provide services immediately after it has been created.
|
static String |
TOO_FREQUENT_RESERVED_THROUGHPUT_ADJUSTMENT
Read and write capacity adjustments are too frequent.
|
static String |
TUNNEL_EXIST
The Tunnel already exists.
|
static String |
TUNNEL_EXPIRED
This Tunnel has expired.
|
static String |
TUNNEL_SERVER_UNAVAILABLE
Tunnel service is unavailable.
|
| 构造器和说明 |
|---|
ErrorCode() |
public static final String AUTHORIZATION_FAILURE
public static final String INTERNAL_SERVER_ERROR
public static final String REQUEST_TOO_LARGE
public static final String QUOTA_EXHAUSTED
public static final String PARTITION_UNAVAILABLE
public static final String TABLE_NOT_READY
public static final String OBJECT_NOT_EXIST
public static final String OBJECT_ALREADY_EXIST
public static final String ROW_OPERATION_CONFLICT
public static final String TOO_FREQUENT_RESERVED_THROUGHPUT_ADJUSTMENT
public static final String OUT_OF_COLUMN_COUNT_LIMIT
public static final String OUT_OF_ROW_SIZE_LIMIT
public static final String NOT_ENOUGH_CAPACITY_UNIT
public static final String CONDITION_CHECK_FAIL
public static final String STORAGE_TIMEOUT
public static final String SERVER_UNAVAILABLE
public static final String RESOURCE_GONE
public static final String TUNNEL_SERVER_UNAVAILABLE
public static final String SEQUENCE_NUMBER_NOT_MATCH
Copyright © 2025. All Rights Reserved.