HubSpot · Schema

Error

An error response.

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Properties

Name Type Description
status string
message string
correlationId string
category string
View JSON Schema on GitHub

JSON Schema

hubspot-crm-tickets-error-schema.json Raw ↑
{
  "type": "object",
  "description": "An error response.",
  "properties": {
    "status": {
      "type": "string",
      "example": "active"
    },
    "message": {
      "type": "string",
      "example": "This is an example description."
    },
    "correlationId": {
      "type": "string",
      "example": "500123"
    },
    "category": {
      "type": "string",
      "example": "standard"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Error"
}