Error detail from a failed job or output
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/JobError", "title": "JobError", "type": "object", "description": "Error detail from a failed job or output", "properties": { "code": { "type": "string", "description": "Error code", "example": "example_value" }, "title": { "type": "string", "description": "Short error title", "example": "example_value" }, "description": { "type": "string", "description": "Detailed error description", "example": "example_value" } } }