Expand description
§Structured Error Types for OAuth Axum Handlers
Comprehensive error handling for AT Protocol OAuth Axum web handlers using structured error types
with the thiserror
library. All errors follow the project convention of prefixed error codes
with descriptive messages.
§Error Categories
OAuthCallbackError
(callback-1 to callback-7): OAuth callback handler errorsOAuthLoginError
(login-1 to login-11): OAuth login CLI tool errors
§Error Format
All errors use the standardized format: error-atproto-oauth-axum-{domain}-{number} {message}: {details}
Enums§
- OAuth
Callback Error - Error types that can occur during OAuth callback handling.
- OAuth
Login Error - Error types that can occur during OAuth login CLI operations.