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. |