Errors

A list of errors returned by a failed batch entry.

JSON representation
{
  "errors": [
    {
      object (Error)
    }
  ],
  "code": integer,
  "message": string
}
Fields
errors[]

object (Error)

A list of errors.

code

integer (uint32 format)

The HTTP status of the first error in errors.

message

string

The message of the first error in errors.

Error

An error returned by the API.

JSON representation
{
  "domain": string,
  "reason": string,
  "message": string
}
Fields
domain

string

The domain of the error.

reason

string

The error code.

message

string

A description of the error.