Error information for a failed batch request.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "BatchError", "type": "['object', 'null']", "description": "Error information for a failed batch request.", "properties": { "id": { "type": "string", "description": "A UUID for this particular occurrence of the problem." }, "code": { "type": "string", "description": "Error code." }, "title": { "type": "string", "description": "The plain text error message." } } }