REST Resource: projects.locations.instances.dataTableOperationErrors

Resource: DataTableOperationErrors

The message containing the errors for a data table operation.

JSON representation
{
  "name": string,
  "errors": [
    {
      object (StatusProto)
    }
  ]
}
Fields
name

string

Identifier. Resource name for the data table operation errors. Format: projects/{project}/locations/{location}/instances/{instance}/dataTableOperationErrors/{data_table_operation_errors}

errors[]

object (StatusProto)

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 (MessageSet)
  }
}
Fields
code

integer

Numeric code drawn from the space specified below.

space

string

The following are usually only present when code != 0

message

string

Detail message

canonical_code

integer

The canonical error code that most closely corresponds to this status.

message_set

object (MessageSet)

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

Get the error for a data table operation.