{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/crystal-reports/refs/heads/main/json-structure/crystal-reports-error-structure.json", "name": "Error", "description": "Error response from the API", "type": "object", "properties": { "error_code": { "type": "int32", "description": "Numeric error code", "example": 401 }, "message": { "type": "string", "description": "Human-readable error message", "example": "Authentication token is missing or expired" } } }