Webex · Schema

ErrorType

* `WARN` - A warning message that doesn't block the operation. * `ERROR` - An error message that indicates a failure in the operation.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-errortype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ErrorType",
  "title": "ErrorType",
  "type": "string",
  "enum": [
    "WARN",
    "ERROR"
  ],
  "example": "ERROR",
  "description": " * `WARN` - A warning message that doesn't block the operation.\n * `ERROR` - An error message that indicates a failure in the operation."
}