Module error

Source
Expand description

Error handling for MCP OAuth server

This module provides centralized error handling with consistent error types and HTTP responses, following the principle of explicit error handling and separation of concerns.

Enums§

AppError
Application error types
AuthError
Authentication error types

Type Aliases§

AppResult
Result type alias for application operations
AuthResult
Result type alias for authentication operations