VALIDATION_ERROR | 400 | Request body or query params failed schema validation |
AUTHENTICATION_ERROR | 401 | Missing, invalid, or revoked API key |
AUTHORIZATION_ERROR | 403 | Valid key but insufficient permissions |
NOT_FOUND | 404 | Entity, mapping, or resource does not exist |
CONFLICT_ERROR | 409 | Operation conflicts with existing state |
UNSUPPORTED_MEDIA_TYPE | 415 | Request Content-Type is not application/json |
TRANSFORM_ERROR | 422 | Data transformation failed (e.g., missing mapper context) |
RATE_LIMIT_ERROR | 429 | Too many requests - currently only on POST /demo/session |
INTERNAL_ERROR | 500 | Unexpected server error - the team is notified |
EXTERNAL_SERVICE_ERROR | 502 | Upstream service (database) failed |