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。 |
否 |