FailedRowInfo
Updated at:
Contains information about a row that failed to write.
Data structure
message FailedRowInfo {
required int32 row_index = 1;
optional string error_code = 2;
optional string error_message = 3;
}Name | Type | Required | Description |
row_index | int32 | Yes | The index of the row in the request. |
error_code | string | No | The error code. |
error_message | string | No | The error message. |
Is this page helpful?