Error
Used when an API throws an Error, typically with a HTTP error response-code (3xx, 4xx, 5xx)
{
"code": "string",
"reason": "string",
"message": "string",
"status": "string",
"referenceError": "string",
"@baseType": "string",
"@schemaLocation": "string",
"@type": "string"
}
Application relevant detail, defined in the API or a common list.
Explanation of the reason for the error which can be shown to a client user.
More details and corrective actions related to the error which can be shown to a client user.
HTTP Error code extension
URI of documentation describing the error.
When sub-classing, this defines the super-class.
A URI to a JSON-Schema file that defines additional attributes and relationships
When sub-classing, this defines the sub-class entity name.