Otter · JSON Structure

Public Api Storefront Error Structure

Unpause response details

Type: object Properties: 2
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

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

Properties

errorType message

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/otter/refs/heads/main/json-structure/public-api-storefront-error-structure.json",
  "name": "StorefrontError",
  "description": "Unpause response details",
  "type": "object",
  "properties": {
    "errorType": {
      "type": "string",
      "description": "The type of the error.",
      "example": "string"
    },
    "message": {
      "type": "string",
      "description": "The error message\u00df.",
      "example": "string"
    }
  }
}