{ "$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" } } }