InvalidResourceStatusErrorDetails

Identifies bad ResourceStatus messages included in a ReportRuntimeStatusRequest. Returned as [error details][https://aip.dev/193#details].

JSON representation
{
  "errors": [
    {
      object (ResourceError)
    }
  ]
}
Fields
errors[]

object (ResourceError)

The reported errors.

ResourceError

Error indicating an invalid ResourceStatus.

JSON representation
{
  "resource": string,
  "uid": string,
  "messages": [
    string
  ]
}
Fields
resource

string

The resource which has the error.

uid

string

The resource which has the error.

messages[]

string

The errors for this resource