Adobe Launch · JSON Structure

Data Collection Error Response Structure

Type: object Properties: 5
Data CollectionEdge NetworkEvent ForwardingMarketing TechnologyTag Management

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

Properties

type status title detail report

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ErrorResponse",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "status": {
      "type": "integer"
    },
    "title": {
      "type": "string"
    },
    "detail": {
      "type": "string"
    },
    "report": {
      "type": "object"
    }
  }
}