An error response from the Zendesk API.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Error", "type": "object", "description": "An error response from the Zendesk API.", "properties": { "error": { "type": "string", "description": "The error type identifier." }, "description": { "type": "string", "description": "A human-readable description of the error." }, "details": { "type": "object", "description": "Additional details about the error." } } }