Auth
Errors
Error taxonomy, retry policy, and route-specific failure interpretation.
Common HTTP classes
400malformed input or expired verification codes.401bad token or wrong token type.403permission denied due to team/role policy.404resource id not present in current environment.409conflicting state (invite already used, owner removal, etc).429request bucket exceeded.
Retry policy
- Retry
429,503, and websocket1013with exponential backoff and jitter. - Do not retry
401or403blindly; fix auth context first.