Red Hat · Schema

Error

An error response from the API.

CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

Properties

Name Type Description
detail string A human-readable description of the error.
View JSON Schema on GitHub

JSON Schema

red-hat-ansible-automation-platform-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": {
    "detail": {
      "type": "string",
      "description": "A human-readable description of the error."
    }
  }
}