Error response returned by the API.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Error", "type": "object", "description": "Error response returned by the API.", "properties": { "errorCode": { "type": "string", "description": "Machine-readable error code." }, "message": { "type": "string", "description": "Human-readable error message." }, "details": { "type": "string", "description": "Additional details about the error." }, "httpStatusCode": { "type": "integer", "description": "HTTP status code." } } }