Amazon MSK · JSON Structure

Msk Api Error Info Structure

Returns information about an error state of the cluster.

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

ErrorInfo is a JSON Structure definition published by Amazon MSK, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ErrorCode ErrorString

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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            <p>Returns information about an error state of the cluster.</p>",
  "properties": {
    "ErrorCode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "errorCode"
          },
          "description": "\n            <p>A number describing the error programmatically.</p>"
        }
      ]
    },
    "ErrorString": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "errorString"
          },
          "description": "\n            <p>An optional field to provide more details about the error.</p>"
        }
      ]
    }
  }
}