ErrorResponse

Standard error response returned by the Marketing Cloud API

AutomationCustomer JourneyDigital MarketingEmailMarketingPersonalization

Properties

Name Type Description
message string Human-readable error message
errorcode integer Numeric error code
documentation string URL to relevant documentation for this error
View JSON Schema on GitHub

JSON Schema

salesforce-marketing-cloud-error-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ErrorResponse",
  "type": "object",
  "description": "Standard error response returned by the Marketing Cloud API",
  "properties": {
    "message": {
      "type": "string",
      "description": "Human-readable error message"
    },
    "errorcode": {
      "type": "integer",
      "description": "Numeric error code"
    },
    "documentation": {
      "type": "string",
      "description": "URL to relevant documentation for this error"
    }
  }
}