ImageConfigError

Error response to GetFunctionConfiguration.

APIs.ioEngineeringPlatform

Properties

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

JSON Schema

apis-io-engineering-platform-imageconfigerror-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ImageConfigError",
  "title": "ImageConfigError",
  "type": "object",
  "properties": {
    "ErrorCode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "Error code."
        }
      ]
    },
    "Message": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SensitiveString"
        },
        {
          "description": "Error message."
        }
      ]
    }
  },
  "description": "Error response to <code>GetFunctionConfiguration</code>."
}