Adobe Analytics · Schema

ErrorResponse

Error response from the API

AdobeAnalyticsBusiness IntelligenceCustomer IntelligenceDigital MarketingMarketingWeb Analytics

Properties

Name Type Description
errorCode string Machine-readable error code
errorDescription string Human-readable error message
View JSON Schema on GitHub

JSON Schema

adobe-analytics-data-repair-error-response-schema.json Raw ↑
{
  "type": "object",
  "description": "Error response from the API",
  "properties": {
    "errorCode": {
      "type": "string",
      "description": "Machine-readable error code",
      "example": "example_value"
    },
    "errorDescription": {
      "type": "string",
      "description": "Human-readable error message",
      "example": "example_value"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ErrorResponse"
}