Otter · Schema

StorefrontError

Unpause response details

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Properties

Name Type Description
errorType string The type of the error.
message string The error messageß.
View JSON Schema on GitHub

JSON Schema

public-api-storefront-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "StorefrontError",
  "description": "Unpause response details",
  "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-storefront-error-schema.json",
  "type": "object",
  "properties": {
    "errorType": {
      "type": "string",
      "description": "The type of the error.",
      "example": "string"
    },
    "message": {
      "type": "string",
      "description": "The error message\u00df.",
      "example": "string"
    }
  }
}