All Products
Search
Document Center

Tablestore:Error

Last Updated:May 31, 2024

Error specifies the error message in the response when an operation fails. This parameter also specifies the single-row operation errors returned in the response to the BatchGetRow, BatchWriteRow, and BulkImport operations.

Data structure

Error {
    required string code = 1;
    optional string message = 2;
}
				

Parameter

Type

Required

Description

code

string

Yes

The error code for the current single-row operation.

message

string

No

The error message for the current single-row operation. For more information about error messages, see the topic about error code.

Related API operations