HubSpot · JSON Structure

Hubspot Crm Associations Error Detail Structure

Details about a specific error

Type: object Properties: 5 Required: 1
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

ErrorDetail is a JSON Structure definition published by HubSpot, describing 5 properties, of which 1 is required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

message code subCategory in context

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Details about a specific error",
  "name": "ErrorDetail",
  "properties": {
    "message": {
      "type": "string"
    },
    "code": {
      "type": "string"
    },
    "subCategory": {
      "type": "string"
    },
    "in": {
      "type": "string"
    },
    "context": {
      "type": "object"
    }
  },
  "required": [
    "message"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}