Expand description
JWT-specific error types
Maps to DBRST300-303 error codes. Each variant carries enough detail
to produce the correct HTTP status code, WWW-Authenticate header,
and JSON error body.
Enumsยง
- JwtClaims
Error - Claims validation errors (DBRST303).
- JwtDecode
Error - Token decode errors (DBRST301).
- JwtError
- Top-level JWT authentication error.