Voxco · Schema

FailedCode

Contains information about failed code.

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Properties

Name Type Description
key string Key of code
errorMessage string Error message or reason why the code could not be updated.
View JSON Schema on GitHub

JSON Schema

FailedCode.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "FailedCode",
  "type": "object",
  "properties": {
    "key": {
      "type": "string",
      "description": "Key of code",
      "nullable": true
    },
    "errorMessage": {
      "type": "string",
      "description": "Error message or reason why the code could not be updated.",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "description": "Contains information about failed code."
}