Skip to main content

Module error

Module error 

Source
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.
AuthError
Authentication-related errors with retry classification.
CacheError
Errors during token caching operations.
EventError
Event processing errors.
SecretError
Errors during secret retrieval from secure storage.
SigningError
Errors during JWT signing operations.
ValidationError
Input validation errors.