Standard Error Codes
The gateway standardizes errors into a set of machine-readable codes:| Code | Status | Description |
|---|---|---|
auth_required | 401 | API key or session is missing/invalid. |
rate_limit_exceeded | 429 | Too many requests for this account or session. |
backend_timeout | 504 | Your commerce platform didn’t respond in time. |
product_not_found | 404 | The requested ID does not exist in the catalog. |
invalid_arguments | 400 | The LLM passed arguments that don’t match the schema. |