Resource: DataTableOperationErrors
The message containing the errors for a data table operation.
JSON representation |
---|
{
"name": string,
"errors": [
{
object ( |
Fields | |
---|---|
name |
Identifier. Resource name for the data table operation errors. Format: projects/{project}/locations/{location}/instances/{instance}/dataTableOperationErrors/{data_table_operation_errors} |
errors[] |
The list of errors. |
StatusProto
Wire-format for a Status object
JSON representation |
---|
{
"code": integer,
"space": string,
"message": string,
"canonical_code": integer,
"message_set": {
object ( |
Fields | |
---|---|
code |
Numeric code drawn from the space specified below. |
space |
The following are usually only present when code != 0 |
message |
Detail message |
canonical_ |
The canonical error code that most closely corresponds to this status. |
message_ |
message_set associates an arbitrary proto message with the status. |
MessageSet
This type has no fields.
This is proto2's version of MessageSet.
Methods |
|
---|---|
|
Get the error for a data table operation. |