Red Hat · Schema

Error

An error response from the API.

CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

Properties

Name Type Description
kind string The error kind identifier.
id string The numeric error identifier.
href string A link to the error documentation.
code string The error code.
reason string A human-readable description of the error.
View JSON Schema on GitHub

JSON Schema

red-hat-openshift-cluster-manager-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Error",
  "type": "object",
  "description": "An error response from the API.",
  "properties": {
    "kind": {
      "type": "string",
      "description": "The error kind identifier."
    },
    "id": {
      "type": "string",
      "description": "The numeric error identifier."
    },
    "href": {
      "type": "string",
      "description": "A link to the error documentation."
    },
    "code": {
      "type": "string",
      "description": "The error code."
    },
    "reason": {
      "type": "string",
      "description": "A human-readable description of the error."
    }
  }
}