{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-schema/msk-api-error-info-schema.json", "title": "ErrorInfo", "description": "\n
Returns information about an error state of the cluster.
", "type": "object", "properties": { "ErrorCode": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "errorCode" }, "description": "\nA number describing the error programmatically.
" } ] }, "ErrorString": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "errorString" }, "description": "\nAn optional field to provide more details about the error.
" } ] } } }