Amazon Marketplace · JSON Structure

Amazon Marketplace Error Detail Structure

Details about the error.

Type: object Properties: 2
CommerceISVMarketplaceSoftware Catalog

ErrorDetail is a JSON Structure definition published by Amazon Marketplace, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ErrorCode ErrorMessage

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-marketplace/refs/heads/main/json-structure/amazon-marketplace-error-detail-structure.json",
  "name": "ErrorDetail",
  "description": "Details about the error.",
  "type": "object",
  "properties": {
    "ErrorCode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ErrorCodeString"
        },
        {
          "description": "The error code that identifies the type of error."
        }
      ]
    },
    "ErrorMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ExceptionMessageContent"
        },
        {
          "description": "The message for the error."
        }
      ]
    }
  }
}