{ "$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." }