error
Expected types: Object
A container for an error. It MUST exist only at the top-level document. The contents of the error object are opaque to this specification. For example:
{
"error": {
"label": "NotFoundError",
"comment": "A requested resource was not found."
}
}