RuntimeVersionError

Any error returned when the runtime version information for the function could not be retrieved.

APIs.ioEngineeringPlatform

Properties

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

JSON Schema

apis-io-engineering-platform-runtimeversionerror-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RuntimeVersionError",
  "title": "RuntimeVersionError",
  "type": "object",
  "properties": {
    "ErrorCode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The error code."
        }
      ]
    },
    "Message": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SensitiveString"
        },
        {
          "description": "The error message."
        }
      ]
    }
  },
  "description": "Any error returned when the runtime version information for the function could not be retrieved."
}