500 |
OTSInternalServerError |
Internal server error. |
内部错误。 |
是 |
403 |
OTSQuotaExhausted |
Too frequent table operations. |
执行 CreateTable/ListTable/DescribeTable/DeleteTable 这些表相关的操作过于频繁。 |
否 |
403 |
OTSQuotaExhausted |
Number of tables exceeded the quota. |
表的数量超过定额。 |
否 |
400 |
OTSParameterInvalid |
The name of primary key must be unique. |
建表的主键列名不唯一。 |
否 |
400 |
OTSParameterInvalid |
Failed to parse the ProtoBuf message. |
请求 Body 中的 PB 数据反序列化失败。 |
否 |
400 |
OTSParameterInvalid |
Both read and write capacity unit are required to create table. |
建表时必须指定 ReservedThroughput。 |
否 |
400 |
OTSParameterInvalid |
Neither read nor write capacity unit is set. |
更新表时,需要设置读或写预留能力值。 |
否 |
400 |
OTSParameterInvalid |
Invalid instance name: '{InstanceName}' . |
实例名称不合法。 |
否 |
400 |
OTSParameterInvalid |
Invalid table name: '{TableName}' . |
表名不合法。 |
否 |
400 |
OTSParameterInvalid |
The value of read capacity unit must be in range:[{LowerLimit}, {UpperLimit}] |
预留读能力值必须在指定范围内。 |
否 |
400 |
OTSParameterInvalid |
The value of write capacity unit must be in range:[{LowerLimit}, {UpperLimit}] |
预留写能力值必须在指定范围内。 |
否 |
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 primary key in GetRange. |
在 GetRange 请求中,主键列类型不合法。 |
否 |
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:{MaxSizewith CurrentLength:{CellSize} . |
属性列名长度超出命名最大长度限制。 |
否 |
400 |
OTSParameterInvalid |
No row specified in the request of BatchGetRow. |
BatchGetRow 请求中未指定任何。行 |
否 |
400 |
OTSParameterInvalid |
Duplicated table name: '{TableName}' . |
在 BatchGetRow 或 BatchWriteRow 操作中包含同名的表。 |
否 |
400 |
OTSParameterInvalid |
No row specified in table: '{TableName}' . |
在 BatchGetRow 操作中某个表上未指定任何行。 |
否 |
400 |
OTSParameterInvalid |
Duplicated primary key:'{PKName}' of getting row #{RowIndex in table '{TableName}' . |
在 BatchGetRow 操作中某个表的某行包含同名的主键列。 |
否 |
400 |
OTSParameterInvalid |
Duplicated column name with primary key column: '{PKName}' while putting row #{RowIndexin table: '{TableName}' . |
在 BatchWriteRow 操作中某个表的执行 PutRow 操作的某行包含与主键列同名的属性列。 |
否 |
400 |
OTSParameterInvalid |
Duplicated column name with primary key column: '{PKName}' while updating row #{RowIndexin table: '{TableName}' . |
在 BatchWriteRow 操作中某个表的执行 UpdateRow 操作的某行包含与主键列同名的属性列。 |
否 |
400 |
OTSParameterInvalid |
“Duplicated column name: '{ColumnName}' while putting row #{Indexin table: '{TableName}' .” |
在BatchWriteRow操作中某个表的执行 PutRow 操作的某行包含重复的属性列。 |
否 |
400 |
OTSParameterInvalid |
“Duplicated column name: '{ColumnName}' while updating row #{Indexin table: '{TableName}' .” |
在 BatchWriteRow 操作中某个表的执行 UpdateRow 操作的某行包含重复的属性列。 |
否 |
400 |
OTSParameterInvalid |
No attribute column specified to update row #{RowIndexin table '{TableName}' . |
在 BatchWriteRow 操作中更新某个表的某行时未指定属性列。 |
否 |
400 |
OTSParameterInvalid |
Invalid condition: {RowExistencewhile updating row #{RowIndexin table : '{TableName}' . |
在 BatchWriteRow 操作中更新某个表的某行时,RowExistence 条件不合法。 |
否 |
400 |
OTSParameterInvalid |
Duplicated primary key name: '{PKName}' . |
主键重复。 |
否 |
400 |
OTSParameterInvalid |
Invalid condition: {RowExistencewhile deleting row . |
删除行操作时,RowExistence 条件不合法。 |
否 |
400 |
OTSParameterInvalid |
The limit must be greater than 0. |
limit 参数必须大于 0。 |
否 |
400 |
OTSParameterInvalid |
Duplicated attribute column name with primary key column: '{ColumnName}' while putting row . |
对某行进行写入操作时,包含与主键列同名的属性列。 |
否 |
400 |
OTSParameterInvalid |
“Duplicated column name: '{ColumnName}' while putting row .” |
对某行进行写入操作时,包含与重复的属性列。 |
否 |
400 |
OTSParameterInvalid |
Duplicated attribute column name with primary key column: '{ColumnName}' while updating row . |
对某行进行更新操作时,包含与主键列同名的属性列。 |
否 |
400 |
OTSParameterInvalid |
No column specified while updating row. |
更新行操作时,没有指定需要更新的列。 |
否 |
400 |
OTSParameterInvalid |
Duplicated column name: '{ColumnName}' while updating row . |
更新行操作时,包含与重复的属性列。 |
否 |
400 |
OTSParameterInvalid |
Invalid condition: {RowExistencewhile updating row . |
更新行操作时,RowExistence 条件不合法。 |
否 |
400 |
OTSParameterInvalid |
Optional field 'v_string' must be set as ColumnType is STRING. |
赋值时,传入的列值(可选参数)必须与参数定义的该列数据类型保持一致均为 String。 |
否 |
400 |
OTSParameterInvalid |
Optional field 'v_int' must be set as ColumnType is INTEGER. |
赋值时,传入的列值(可选参数)必须与参数定义的该列数据类型保持一致均为 Integer。 |
否 |
400 |
OTSParameterInvalid |
Optional field 'v_bool' must be set as ColumnType is BOOLEAN. |
赋值时,传入的列值(可选参数)必须与参数定义的该列数据类型保持一致均为 Boolean。 |
否 |
400 |
OTSParameterInvalid |
Optional field 'v_double' must be set as ColumnType is DOUBLE. |
赋值时,传入的列值(可选参数)必须与参数定义的该列数据类型保持一致均为 Double。 |
否 |
400 |
OTSParameterInvalid |
Optional field 'v_binary' must be set as ColumnType is BINARY. |
赋值时,传入的列值(可选参数)必须与参数定义的该列数据类型保持一致均为 Binary。 |
否 |