Webex · Schema

OperationError

An error message providing details about the operation failure.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
description string A human readable explanation for the occurrence of an error.
View JSON Schema on GitHub

JSON Schema

webex-operationerror-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OperationError",
  "title": "OperationError",
  "description": "An error message providing details about the operation failure.",
  "type": "object",
  "properties": {
    "description": {
      "type": "string",
      "description": "A human readable explanation for the occurrence of an error.",
      "example": "Incorrect Credentials."
    }
  }
}