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. Often, this is the canonical error space, and code is drawn from google3/util/task/codes.proto copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional int32 code = 1;

space

string

copybara:strip_begin(b/383363683) Space to which this status belongs copybara:strip_end_and_replace optional string space = 2; // Space to which this status belongs

message

string

Detail message copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional string message = 3;

canonicalCode

integer

copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional int32 canonicalCode = 6;

messageSet

object (MessageSet)

messageSet associates an arbitrary proto message with the status. copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional proto2.bridge.MessageSet messageSet = 5;

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.