{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-error-info-structure.json", "name": "ErrorInfo", "type": "object", "description": "\n
Returns information about an error state of the cluster.
", "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.
" } ] } } }