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.

Methods

get

Get the error for a data table operation.