Zendesk · Schema

Error

An error response from the Zendesk API.

ChatCRMHelp CenterSellSupportT1TalkTicketingTickets

Properties

Name Type Description
error string The error type identifier.
description string A human-readable description of the error.
details object Additional details about the error.
View JSON Schema on GitHub

JSON Schema

zendesk-support-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Error",
  "type": "object",
  "description": "An error response from the Zendesk API.",
  "properties": {
    "error": {
      "type": "string",
      "description": "The error type identifier."
    },
    "description": {
      "type": "string",
      "description": "A human-readable description of the error."
    },
    "details": {
      "type": "object",
      "description": "Additional details about the error."
    }
  }
}