{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Error", "type": "object", "description": "Standard error response returned by the SAP HANA Cloud REST API when a request fails.", "properties": { "error": { "type": "string", "description": "The error code identifying the type of error." }, "description": { "type": "string", "description": "A human-readable description of the error." }, "statusCode": { "type": "integer", "description": "The HTTP status code associated with the error." } } }