HubSpot · JSON Structure

Hubspot Custom Workflow Actions Error Detail Structure

Detailed error information

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 in subCategory context

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Detailed error information",
  "name": "ErrorDetail",
  "properties": {
    "message": {
      "type": "string",
      "description": "The error message"
    },
    "code": {
      "type": "string",
      "description": "An error code"
    },
    "in": {
      "type": "string",
      "description": "The location of the error"
    },
    "subCategory": {
      "type": "string",
      "description": "A specific error subcategory"
    },
    "context": {
      "type": "object"
    }
  },
  "required": [
    "message"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}