Adobe Launch · Schema

ErrorResponse

Data CollectionEdge NetworkEvent ForwardingMarketing TechnologyTag Management

Properties

Name Type Description
type string
status integer
title string
detail string
report object
View JSON Schema on GitHub

JSON Schema

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