Module errors

Module errors 

Source
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 errors
  • OAuthLoginError (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§

OAuthCallbackError
Error types that can occur during OAuth callback handling.
OAuthLoginError
Error types that can occur during OAuth login CLI operations.