ErrorDetail

Structure to describe the error encountered during batch operation on one resource. This is used both for sample errors in operation response, and for format of errors in error reports.

JSON representation
{
  "resource": string,
  "error": {
    object(Status)
  }
}
Fields
resource

string

The identifier of the resource.

error

object(Status)

The status of the error.