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.
{
"type": "object",
"description": "Detailed information about a specific error",
"name": "ErrorDetail",
"properties": {
"message": {
"type": "string",
"description": "A human-readable message describing the specific error"
},
"code": {
"type": "string",
"description": "An error code for this specific error"
},
"in": {
"type": "string",
"description": "The field or parameter where the error occurred"
},
"subCategory": {
"type": "string",
"description": "A specific subcategory for this error"
},
"context": {
"type": "object",
"description": "Additional context for this error"
}
},
"required": [
"message"
],
"$schema": "https://json-structure.org/draft/2020-12/schema"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.