Webex · Schema

BatchJobError

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
trackingId string Unique identifier to track the HTTP requests.
itemNumber number row number of failed record.
error object
View JSON Schema on GitHub

JSON Schema

webex-batchjoberror-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BatchJobError",
  "title": "BatchJobError",
  "type": "object",
  "properties": {
    "trackingId": {
      "type": "string",
      "description": "Unique identifier to track the HTTP requests."
    },
    "itemNumber": {
      "type": "number",
      "description": "row number of failed record."
    },
    "error": {
      "$ref": "#/components/schemas/Error"
    }
  }
}