Identifies bad ResourceStatus messages included in a ReportRuntimeStatusRequest. Returned as [error details][https://aip.dev/193#details].
JSON representation |
---|
{
"errors": [
{
object ( |
Fields | |
---|---|
errors[] |
The reported errors. |
ResourceError
Error indicating an invalid ResourceStatus.
JSON representation |
---|
{ "resource": string, "uid": string, "messages": [ string ] } |
Fields | |
---|---|
resource |
The resource which has the error. |
uid |
The resource which has the error. |
messages[] |
The errors for this resource |