500 |
OTSInternalServerError |
Internal server error. |
内部错误。如果出现该错误,请提交工单。 |
是 |
403 |
OTSQuotaExhausted |
Too frequent table operations. |
执行表相关的操作过于频繁。 |
是 |
403 |
OTSQuotaExhausted |
Number of tables exceeded the quota. |
表的数量超过定额。 |
否 |
400 |
OTSParameterInvalid |
Invalid instance name: {InstanceName} . |
实例名称不合法。 |
否 |
400 |
OTSParameterInvalid |
Invalid table name: {TableName} . |
表名不合法。 |
否 |
400 |
OTSParameterInvalid |
Invalid column name: {ColumnName} . |
列名名称不合法。 |
否 |
400 |
OTSParameterInvalid |
{ColumnType} is an invalid type for the primary key. |
主键列类型不合法。 |
否 |
400 |
OTSParameterInvalid |
{ColumnType} is an invalid type for the attribute column. |
属性列类型不合法。 |
否 |
400 |
OTSParameterInvalid |
The number of primary key columns must be in range: [1, {Limit}] . |
主键列的列数不能为 0,不能超出限制。 |
否 |
400 |
OTSParameterInvalid |
Value of column {ColumnName} must be UTF8 encoding. |
此列列值必须为 UTF8 编码。 |
否 |
400 |
OTSParameterInvalid |
The length of attribute column: {ColumnName} exceeded the MaxLength:{MaxSize} with Current Length:{CellSize} . |
属性列名长度超出命名最大长度限制。 |
否 |
400 |
OTSParameterInvalid |
No row specified in the request of BatchGetRow. |
BatchGetRow 请求中未指定任何行。 |
否 |
400 |
OTSParameterInvalid |
Duplicated table name: {TableName} . |
在 BatchGetRow 或 BatchWriteRow 操作中包含同名的表。 |
否 |
400 |
OTSParameterInvalid |
Duplicated primary key name: '{PKName}' . |
主键重复。 |
否 |
400 |
OTSParameterInvalid |
The limit must be greater than 0. |
limit 参数必须大于 0。 |
否 |
400 |
OTSParameterInvalid |
Duplicated attribute column name with primary key column: {ColumnName} . |
对某行进行操作时,包含与主键列同名的属性列。 |
否 |
400 |
OTSParameterInvalid |
Rows count exceeds the upper limit:{limit} . |
这次写入的行总数超过了最大限制:limit。 |
否 |
400 |
OTSParameterInvalid |
No version condition is specified while querying row. |
查询的时候没有指定版本数。 |
否 |
400 |
OTSParameterInvalid |
No row is specified in BatchWriteRow |
BatchWriteRow 操作中没有行数据,目前 BatchWriteRow 必须至少包含一行。 |
否 |
400 |
OTSParameterInvalid |
No operation is specified for table:{TableName} |
BatchWriteRow 操作中对于表 TableName 没有包含任何操作。 |
否 |
400 |
OTSParameterInvalid |
The type of row in batch write operation is invalid |
BatchWriteRow 操作中的行类型不合法。 |
否 |
400 |
OTSParameterInvalid |
The modify type is invalid |
BatchWriteRow 操作中的类型不对,目前仅支持 PUT、UPDATE 和 DELETE。 |
否 |
400 |
OTSParameterInvalid |
The total data size of BatchWriteRow request exceeds the limit, limit size: {LimitSize} , data size:{UserSize} |
一次 BatchWriteRow 操作中的总大小超过了限制。 |
否 |
400 |
OTSParameterInvalid |
Time-to-live is missing while creating table |
创建表的时候没有指定 TTL 值。 |
否 |
400 |
OTSParameterInvalid |
MaxVersions is missing while creating table |
创建表的时候没有指定最大版本数。 |
否 |
400 |
OTSParameterInvalid |
Start and end time must be given at the same time |
GetRange 操作中需要同时指定 StartTime 和 EndTime。 |
否 |
400 |
OTSParameterInvalid |
Invalid column type, only STRING,INTEGER,BINARY is allowed. |
列类型错误,目前主键列仅支持 STRING、INTEGER 和 BINARY。 |
否 |
400 |
OTSParameterInvalid |
Invalid column type: {ColumnType} |
列类型不合法。 |
否 |
400 |
OTSParameterInvalid |
Invalid return type: {ReturnType} |
返回类型不合法。 |
否 |
400 |
OTSParameterInvalid |
Invalid condition:{Condition} |
指定的条件不合法。 |
否 |
400 |
OTSParameterInvalid |
The value of read capacity unit can not be less than {Limit} |
读 CU 值不能小于 Limit。 |
否 |
400 |
OTSParameterInvalid |
The value of write capacity unit can not be less then {Limit} |
写 CU 值不能小于 Limit。 |
否 |
400 |
OTSParameterInvalid |
first primary key can’t be AUTO_INCREMENT |
第一个主键不能设置为自增列。 |
否 |
400 |
OTSParameterInvalid |
AUTO_INCREMENT primary key must be integer |
只有整数列可以被设置为自增列。 |
否 |
400 |
OTSParameterInvalid |
AUTO_INCREMENT primary key count must <= 1 |
最多只能设置一个自增列。 |
否 |
400 |
OTSParameterInvalid |
Column value cannot be given when type is DELETE_ONE_VERSION,DELETE_ALL_VERSION |
当使用了 DELETE_ONE_VERSION 或 DELETE_ALL_VERSION 等删除操作时,不能设置属性值。 |
否 |
400 |
OTSParameterInvalid |
Timestamp must be given when type is DELETE_ONE_VERSION |
当删除一个版本时必须设置版本号。 |
否 |
400 |
OTSParameterInvalid |
Timestamp cannot be given when type is DELETE_ALL_VERSION |
当删除所有版本时不能设置版本号。 |
否 |
400 |
OTSParameterInvalid |
No name is given for attribute column |
属性列缺少名字。 |
否 |
400 |
OTSParameterInvalid |
No value is given for column name |
属性列缺少值。 |
否 |
400 |
OTSParameterInvalid |
OpType cannot be given for column name:{ColumnName} in PutRow |
PutRow 时不能指定操作类型,只有 UpdateRow 才需要指定操作类型。 |
否 |
400 |
OTSParameterInvalid |
Attribute column is missing |
缺少属性列。 |
否 |
400 |
OTSParameterInvalid |
The number of attribute columns exceeds the limit, limit count:{Limit} , column count: {Count} |
列的个数超过了 Limit 限制。 |
否 |
400 |
OTSParameterInvalid |
The length of primary key column: {ColumnName} exceeds the MaxLength: {Limit} with CurrentLength: {Current} |
主键的长度超过了限制。 |
否 |
400 |
OTSParameterInvalid |
No name is given for primary key |
主键列中没有设置名字。 |
否 |
400 |
OTSParameterInvalid |
No value is given for primary key name:{PkName} |
主键列没有设置值。 |
否 |
400 |
OTSParameterInvalid |
OpType cannot be given for primary key name :{PkName} |
主键中不能指定操作类型。 |
否 |
400 |
OTSParameterInvalid |
Timestamp cannot be given for primary key name:{PkName} |
主键中不能指定时间戳。 |
否 |
400 |
OTSParameterInvalid |
Duplicated primary key name: {PkName} |
主键重复。 |
否 |
400 |
OTSParameterInvalid |
Attribute column cannot be given while reading data |
读取数据的时候不需要指定列值。 |
否 |
400 |
OTSParameterInvalid |
Delete marker cannot be given |
非 Delete 时都不能指定 DeleteMarker。 |
否 |
400 |
OTSParameterInvalid |
The number of columns from the request exceeds the limit, limit count: {Limit} , column count:{current} |
请求的列的个数超过限制。 |
否 |
400 |
OTSParameterInvalid |
Timestamp must be in range [0, INT64_MAX/1000) |
时间戳必须大于等于 0,小于 INT64_MAX/1000。 |
否 |
400 |
OTSParameterInvalid |
TimeToLive cannot be 0 or less than -1 |
TTL 不能设置为 0 或者小于 -1 的值,但可以设置为 -1。 |
否 |
400 |
OTSParameterInvalid |
The maximum versions cannot be less than or equal to 0 |
最大版本数不能小于等于 0。 |
否 |
400 |
OTSParameterInvalid |
Specific timestamp cannot be less than 0 |
指定的时间戳不能小于 0。 |
否 |
400 |
OTSParameterInvalid |
The maximum deviation must be in range [0, INT64_MAX/1000000] |
最大版本偏差的值必须位于整个范围内。 |
否 |
400 |
OTSParameterInvalid |
Deserialize filter failed |
反序列化 filter 失败,原因是 SDK 组装的 filter 格式不对。 |
否 |
400 |
OTSParameterInvalid |
Offset in ColumnPaginationFilter must be greater than or equal to 0 |
ColumnPaginationFilter 过滤器的 offset 必须大于等于 0。 |
否 |
400 |
OTSParameterInvalid |
Limit in ColumnPaginationFilter must be greater than 0 |
ColumnPaginationFilter 过滤器的 Limit 必须大于等于 0。 |
否 |
400 |
OTSParameterInvalid |
Deserialize relation filter failed |
反序列化单列过滤器失败,原因可能是 SDK 中组装的 filter 格式不对。 |
否 |
400 |
OTSParameterInvalid |
Deserialize composite filter failed |
反序列化组合过滤器失败,原因可能是 SDK 中组装的 filter 格式不对。 |
否 |
400 |
OTSParameterInvalid |
Deserialize column pagination filter failed. |
反序列化宽行过滤器失败,原因可能是 SDK 中组装的 filter 格式不对。 |
否 |
400 |
OTSParameterInvalid |
The count of filter exceeds the max:{Limit} |
过滤器的个数超过了限制。 |
否 |
400 |
OTSParameterInvalid |
Specific tiemstamp and max versions cannot be given at the same time |
单个时间戳和最大版本数不能同时存在,只能存在一个。 |
否 |
400 |
OTSParameterInvalid |
Specific tiemstamp and time range cannot be given at the same time |
单个时间戳和时间戳范围不能同时存在,只能存在一个。 |
否 |
400 |
OTSParameterInvalid |
Specific tiemstamp, time range and max versions cannot be given at the same time |
单个时间戳、时间戳范围和最大版本数不能同时存在,只能存在一个。 |
否 |
400 |
OTSParameterInvalid |
Duplicated attribute column name with primary key column:{PkName} |
属性列重复。 |
否 |
400 |
OTSParameterInvalid |
The total data size of PutRow request exceeds the limit, limit size: {Limit} , data size: {Current} |
PutRow 操作的数据大小超过限制。 |
否 |
400 |
OTSParameterInvalid |
The total data size of UpdateRow request exceeds the limit, limit size: {Limit} , data size: {Current} |
UpdateRow 操作的数据大小超过限制。 |
否 |
400 |
OTSParameterInvalid |
No parameter is specified in table options |
TableOption 中没有指定任何参数。 |
否 |
400 |
OTSParameterInvalid |
Input encoded PK broken, invalidate cell key type:xx |
编码的 PlainBuffer 不合法,cell 类型错误。 |
否 |
400 |
OTSParameterInvalid |
Input encoded PK broken, length is shorter than expect |
编码的 PlainBuffer 不合法,长度和预期不一致。 |
否 |
400 |
OTSParameterInvalid |
PKAutoIncr can’t be used for read operations |
读操作时不能指定自增属性。 |
否 |
400 |
OTSParameterInvalid |
Begin key must less than end key in FORWARD |
前向查询中,开始键必须小于结束键。 |
否 |
400 |
OTSParameterInvalid |
Begin key must more than end key in BACKWARD |
反向查询中,开始键必须大于结束键。 |
否 |
400 |
OTSParameterInvalid |
Repeated rows do not support row exist expectation check in BatchModify |
BatchWriteRow 中重复的行操作不支持行存在条件检查。 |
否 |
400 |
OTSParameterInvalid |
Repeated rows do not support row condition check in BatchModify |
BatchWriteRow 操作中不允许重复行存在条件更新。 |
否 |
400 |
OTSParameterInvalid |
PK column size not the same for all rows in table: {TableName} |
不同行中的主键的个数不一致。 |
否 |
400 |
OTSParameterInvalid |
Duplicate rows detected in MultiPut |
存在重复行。 |
否 |
400 |
OTSParameterInvalid |
Duplicate rows detected in MultiGet |
存在重复行。 |
否 |
400 |
OTSParameterInvalid |
Column does not exist:{ColumnName} |
列不存在。 |
否 |
400 |
OTSParameterInvalid |
Invalid max scan size: {Limit} |
范围查询的 limit 超过限制。 |
否 |
400 |
OTSParameterInvalid |
data format is invalid |
PlainBuffer 编码的行数据不合法。 |
否 |
400 |
OTSParameterInvalid |
double can not be used as primary key |
主键中不能使用 double。 |
否 |
400 |
OTSParameterInvalid |
data format is invalid, unknown variant type occured |
PlainBuffer 编码的行数据不合法,出现了非法的值类型。 |
否 |
400 |
OTSParameterInvalid |
Parse PBMessage from RawString failed |
反序列化 protobuf 失败,可能是 SDK 序列化代码错误。 |
否 |
400 |
OTSParameterInvalid |
Cell data broken, mismatch header, actual: {Header} , expect: {Header} |
PlainBuffer 编码的行数据不合法,预期的 Header 不一致。 |
否 |
400 |
OTSParameterInvalid |
Cell data broken, PK value cannot be NULL, name: {PkName} |
PlainBuffer 编码的行数据不合法,PkName 对应的主键的值为空。 |
否 |
400 |
OTSParameterInvalid |
Cell data broken, PK is empty |
PlainBuffer 编码的行数据不合法,缺少主键。 |
否 |
400 |
OTSParameterInvalid |
Cell data broken, no PK follow PKTag |
PlainBuffer 编码的行数据不合法,主键标志后面没有按预期出现主键内容。 |
否 |
400 |
OTSParameterInvalid |
Cell data broken, attr has no name |
PlainBuffer 编码的行数据不合法,属性列缺少名字。 |
否 |
400 |
OTSParameterInvalid |
Cell data broken, attr has no value, name:{Name} |
PlainBuffer 编码的行数据不合法,属性列缺少值。 |
否 |
400 |
OTSParameterInvalid |
Cell data broken, no Cells follow CellTag |
PlainBuffer 编码的行数据不合法,Cell 标志后没有按预期出现 Cell 内容。 |
否 |
400 |
OTSParameterInvalid |
Cell data broken, no valid element in Cell, name: {Name} |
PlainBuffer 编码的行数据不合法,Cell 格式混乱。 |
否 |
400 |
OTSParameterInvalid |
Cell data broken, cell is not end with checksum[{0x0A} ]”] tag. |
PlainBuffer 编码的行数据不合法,Cell 编码结束时没有按照预期出现 CheckSumFlag。 |
否 |
400 |
OTSParameterInvalid |
Cell data broken, row is not end with checksum tag |
PlainBuffer 编码的行数据不合法,行数据编码结束时没按照预期出现 CheckSumTag。 |
否 |
400 |
OTSParameterInvalid |
Cell data broken, mismatch tag, actual tag({TAG} ), expect({TAG} ) |
PlainBuffer 编码的行数据不合法,预期的 Tag 没有出现。 |
否 |
400 |
OTSParameterInvalid |
Cell data broken, wrong string format, size: {Size} |
PlainBuffer 编码的行数据不合法,字符串编码格式错误。 |
否 |
400 |
OTSParameterInvalid |
Invalid Capacity Unit for UpdateTable: Either read({CU} ) or write({CU} ) should be non-negative |
读写 CU 都应该大于等于 0。 |
否 |
400 |
OTSParameterInvalid |
Auto increment pk must be integer, name: {PkName} |
自增列的类型必须是整数。 |
否 |
400 |
OTSParameterInvalid |
Cannot deserialize the request data |
无法反序列化请求中的数据,原因可能是空值或格式不合法。 |
否 |
400 |
OTSParameterInvalid |
Invalid row: missing checksum |
PlainBuffer 编码的行数据不合法,缺少行的 checksum 值。 |
否 |
400 |
OTSParameterInvalid |
Invalid Column({ColumnName} ): missing checksum. |
PlainBuffer 编码的列数据不合法,缺少 Cell 的 checksum 值。 |
否 |
400 |
OTSParameterInvalid |
Cell data broken, checksum is mismatch, {UserChecksum} :{SeviceChecksum} : |
PlainBuffer 编码的行数据不合法,用户的 UserChecksum 和服务器计算的 SeviceChecksum 不一致。 |
否 |
400 |
OTSParameterInvalid |
Cell data broken, has more data in cell, but they can’t be parsed |
PlainBuffer 编码的列数据不合法,存在非预期的过多数据存在。 |
否 |
400 |
OTSParameterInvalid |
NaN can’t be set to double value |
Double 类型不能设置为 NaN 值。 |
否 |
400 |
OTSParameterInvalid |
Infinity can’t be set to double value |
Double 类型不能设置为 Infinity 值。 |
否 |
400 |
OTSParameterInvalid |
Invalid max versions: {Version} . Reason: Max versions must be positive |
最大版本数不合法,应该大于 0 或者等于 -1。 |
否 |
400 |
OTSParameterInvalid |
invalid range, the begin’s type is different from the end’s,{BeginType} :{EndType} |
范围查询中的起始键类型和结束键类型不一致。 |
否 |
400 |
OTSParameterInvalid |
Invalid offset of Filter: {Filter} . Reason: Offset must be nonnegative. |
过滤器中的 offset 必须大于等于 0。 |
否 |
400 |
OTSParameterInvalid |
Invalid Capacity Unit:{CU} . Capacity Unit must be nonnegative. |
CU 值必须大于等于 0。 |
否 |
400 |
OTSParameterInvalid |
Unknown or unsupported CellType in primary key: {PkName} |
主键的 Cell 类型无法识别。 |
否 |
400 |
OTSParameterInvalid |
Invalid boolean real value, value length: {Length} |
PlainBuffer 编码的列数据不合法,Bool 类型的值长度不合法。 |
否 |
400 |
OTSParameterInvalid |
invalid name of column: empty name |
属性列的名字不能为空。 |
否 |
400 |
OTSParameterInvalid |
Invalid ModifyType:{ModifyType} |
更新类型不合法。 |
否 |
400 |
OTSParameterInvalid |
Invalid relation operator: {Operation} |
关系运算符不合法。 |
否 |
400 |
OTSParameterInvalid |
Invalid type of filter: {Type} |
过滤器的类型不合法。 |
否 |
400 |
OTSParameterInvalid |
Invalid NOT operator: the number of sub-filters must be 1 |
NOT 运算符只允许有一个子过滤器。 |
否 |
400 |
OTSParameterInvalid |
Invalid AND/OR operator: the number of sub-filters must be 2 |
AND 和 OR 运算符都只需要有两个子过滤器。 |
否 |
400 |
OTSParameterInvalid |
Invalid type of sub-filter: {Filter} |
子过滤器的类型不合法。 |
否 |
400 |
OTSParameterInvalid |
{Count} pk auto increment exist in row |
多个 PK 自增列存在。 |
否 |
400 |
OTSParameterInvalid |
Invalid action: {Action} |
非法的操作类型。 |
否 |
400 |
OTSParameterInvalid |
Invalid row-existence expectation: {Expectation} |
指定的行存在性值不合法。 |
否 |
400 |
OTSParameterInvalid |
Invalid row to delete which with pk auto increment |
删除时不能设置自增列属性。 |
否 |
400 |
OTSParameterInvalid |
Invalid expect:{RowExpect} when modify row with pk auto increment |
使用主键列自增时,指定的行存在性值不合法。 |
否 |
400 |
OTSParameterInvalid |
Can’t set condition when modify row with pk auto increment |
使用主键列自增时,不能设置 ConditionUpdate。 |
否 |
400 |
OTSParameterInvalid |
Invalid expect: {RowExpect} when modify a specific row for table with pk auto increment |
修改主键列自增表的特定一行时,指定的行存在性条件不合法。 |
否 |
400 |
OTSParameterInvalid |
Invalid cell: {Cell} . missing timestamp |
缺少时间戳。 |
否 |
400 |
OTSParameterInvalid |
Invalid cell timestamp: {Timestamp} . Expect: [0, Version::kMax.mVersion / kUsecPerMsec] |
指定的时间戳不合法。 |
否 |
400 |
OTSParameterInvalid |
Invalid timestamp for cell: {Timestamp} . timestamp is inapplicable to DELETE_ALL_VERSION |
当使用 DELETE_ALL_VERSION 删除所有版本时不能指定版本。 |
否 |
400 |
OTSParameterInvalid |
Invalid op type of cell: {OpType} |
非法的操作类型。 |
否 |
400 |
OTSParameterInvalid |
Invalid cell: {Cell} . Reason: missing value |
Cell 非法,缺少值。 |
否 |
400 |
OTSParameterInvalid |
Invalid request of delete row: missing RowDeleteMarker in request |
删除请求中没有包含 RowDeleteMarker。 |
否 |
400 |
OTSParameterInvalid |
Invalid request of put/update row: unexpected RowDeleteMarker in request. |
PutRow 和 UpdateRow 不能包含 RowDeleteMarker。 |
否 |
400 |
OTSParameterInvalid |
Invalid update row request: missing cells in request |
UpdateRow 中缺少属性列值。 |
否 |
400 |
OTSParameterInvalid |
Invalid delete row request: unexpected cells in request |
DeleteRow 中不应该出现属性列的值。 |
否 |
400 |
OTSParameterInvalid |
Invalid request of put row: find cells without values |
PutRow 中属性列缺少值。 |
否 |
400 |
OTSParameterInvalid |
Can not reserve read capacity unit on hybrid storage cluster: {TableName} |
混合存储类型实例不能设置预留读 CU。 |
否 |
400 |
OTSParameterInvalid |
Can not reserve write capacity unit on hybrid storage cluster: {TableName} |
混合存储类型实例不能设置预留写 CU。 |
否 |
400 |
OTSParameterInvalid |
First primary key can’t be auto increment, table: {TableName} |
第一个主键不能设置为自增列。 |
否 |
400 |
OTSParameterInvalid |
the count of auto-incremental primary keys can not be more than 1 |
自增列的个数不能超过 1。 |
否 |