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)
    }
  ],
  "rpcErrors": [
    {
      object (Status)
    }
  ]
}
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[]
(deprecated)

object (StatusProto)

Deprecated: use the rpcErrors field instead.

rpcErrors[]

object (Status)

The list of errors. Replaces the deprecated errors field.

Methods

get

Get the error for a data table operation.