Expand description
Error types for GitHub Bot SDK operations.
This module defines all error types used throughout the SDK, with proper classification for retry logic and comprehensive context for debugging.
Enumsยง
- ApiError
- Errors during GitHub API operations.
- Auth
Error - Authentication-related errors with retry classification.
- Cache
Error - Errors during token caching operations.
- Event
Error - Event processing errors.
- Secret
Error - Errors during secret retrieval from secure storage.
- Signing
Error - Errors during JWT signing operations.
- Validation
Error - Input validation errors.