Resource: DataTableOperationErrors
The message containing the errors for a data table operation.
| JSON representation |
|---|
{
"name": string,
"errors": [
{
object ( |
| Fields | |
|---|---|
name |
Identifier. Resource name for the data table operation errors. Format: projects/{project}/locations/{location}/instances/{instance}/dataTableOperationErrors/{data_table_operation_errors} |
errors[] |
The list of errors. |
StatusProto
Wire-format for a Status object
| JSON representation |
|---|
{
"code": integer,
"space": string,
"message": string,
"canonicalCode": integer,
"messageSet": {
object ( |
| Fields | |
|---|---|
code |
Numeric code drawn from the space specified below. |
space |
Space to which this status belongs |
message |
Detail message |
canonicalCode |
The canonical error code that most closely corresponds to this status. |
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 the error for a data table operation. |