Default
An error response
Properties
array of
StdLocalizableMessage
messages
Required
Stack of one or more localizable messages for human error consumers. The message at the top of the stack (first in the list) describes the error from the perspective of the operation the client invoked. Each subsequent message in the stack describes the “cause” of the prior message.
JSON Example
{
"messages": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
]
}