Comment on page
🛑
App Errors
These errors appear at the app level and are usually caused by incorrect API credentials or badly formatted requests. For product specific errors, please check the relevant documentation:
HTTP Status | Code | Message |
---|---|---|
400 | app/bad-request | Bad request (check errors field for details) |
401 | app/invalid-key | Invalid API key |
403 | app/unauthorized-public | Endpoint requires public key authentication |
403 | app/unauthorized-secret | Endpoint requires secret key authentication |
403 | app/unauthorized-vault | Endpoint requires vault key authentication |
404 | app/not-found | App not found |
429 | app/rate-limited | Too many requests, try again later |
500 | app/internal-error | Internal server error, try again later |
Last modified 1yr ago