EnvironmentError

Error messages for environment variables that couldn't be applied.

APIs.ioEngineeringPlatform

Properties

Name Type Description
ErrorCode object
Message object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-environmenterror-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EnvironmentError",
  "title": "EnvironmentError",
  "type": "object",
  "properties": {
    "ErrorCode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The error code."
        }
      ]
    },
    "Message": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SensitiveString"
        },
        {
          "description": "The error message."
        }
      ]
    }
  },
  "description": "Error messages for environment variables that couldn't be applied."
}