Expand description
Error types for OAuth workflow operations.
§Structured Error Types for OAuth AIP Workflow
Comprehensive error handling for AT Protocol OAuth AIP (Identity Provider) workflow operations
using structured error types with the thiserror
library. All errors follow the project
convention of prefixed error codes with descriptive messages.
§Error Categories
OAuthWorkflowError
(workflow-1 to workflow-8): OAuth workflow operations including PAR, token exchange, and session management
§Error Format
All errors use the standardized format: error-atproto-oauth-aip-{domain}-{number} {message}: {details}
Enums§
- OAuth
Workflow Error - Errors that can occur during OAuth workflow operations.