Cisco Voice Portal · JSON Structure

Cisco Voice Portal Reporting Error Structure

Type: object Properties: 4
Contact CenterIVRTelephonyVoiceVXML

Error is a JSON Structure definition published by Cisco Voice Portal, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

code message details timestamp

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Error",
  "type": "object",
  "properties": {
    "code": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "details": {
      "type": "string"
    },
    "timestamp": {
      "type": "string"
    }
  }
}