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,
  "canonicalCode": integer,
  "messageSet": {
    object (MessageSet)
  }
}
Fields
code

integer

Numeric code drawn from the space specified below.

space

string

Space to which this status belongs

message

string

Detail message

canonicalCode

integer

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

messageSet

object (MessageSet)

Associates an arbitrary proto message with the status.

MessageSet

This type has no fields.

This is proto2's version of MessageSet.

DEPRECATED: DO NOT USE FOR NEW FIELDS.

If you are using editions or proto2, please make your own extendable messages for your use case. If you are using proto3, please use Any instead.

MessageSet was the implementation of extensions for proto1. When proto2 was introduced, extensions were implemented as a first-class feature. This schema for MessageSet was meant to be a "bridge" solution to migrate MessageSet-bearing messages from proto1 to proto2.

This schema has been open-sourced only to facilitate the migration of Google products with MessageSet-bearing messages to open-source environments.

Methods

get

Get the error for a data table operation.