Adobe Analytics · JSON Structure

Adobe Analytics Error Response Structure

Error response from the API

Type: object Properties: 3
AdobeAnalyticsBusiness IntelligenceCustomer IntelligenceDigital MarketingMarketingWeb Analytics

ErrorResponse is a JSON Structure definition published by Adobe Analytics, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

errorCode errorDescription errorId

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Error response from the API",
  "name": "ErrorResponse",
  "properties": {
    "errorCode": {
      "type": "string",
      "description": "Machine-readable error code"
    },
    "errorDescription": {
      "type": "string",
      "description": "Human-readable error message"
    },
    "errorId": {
      "type": "string",
      "description": "Unique ID for tracking this error"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}