FailedRowInfo specifies information about the row that failed to be written.
Data structure
message FailedRowInfo {
required int32 row_index = 1;
optional string error_code = 2;
optional string error_message = 3;
}
Parameter | Type | Required | Description |
---|---|---|---|
row_index | int32 | Yes | The sequence number of the row in the request. |
error_code | string | No | The error code. |
error_message | string | No | The error message. |