Webex · Schema

ErrorMessageObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
description string Error message.
code string Internal error code.
locationId string Not used.
View JSON Schema on GitHub

JSON Schema

webex-errormessageobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ErrorMessageObject",
  "title": "ErrorMessageObject",
  "type": "object",
  "properties": {
    "description": {
      "type": "string",
      "description": "Error message."
    },
    "code": {
      "type": "string",
      "description": "Internal error code."
    },
    "locationId": {
      "type": "string",
      "description": "Not used."
    }
  }
}