Error

Standard error response from the Data Exchange API.

Data ExchangeData MarketplaceThird-Party DataAnalyticsSubscriptions

Properties

Name Type Description
message string
code string
requestId string
View JSON Schema on GitHub

JSON Schema

error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-data-exchange/json-schema/error-schema.json",
  "title": "Error",
  "description": "Standard error response from the Data Exchange API.",
  "type": "object",
  "properties": {
    "message": {
      "type": "string"
    },
    "code": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    }
  }
}