Error information.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AcrErrorInfo", "type": "object", "description": "Error information.", "properties": { "code": { "type": "string", "description": "Error code." }, "message": { "type": "string", "description": "Error message." }, "detail": { "type": "object", "description": "Error details." } } }