core/error_handling library

Compatibility exports for retry and pagination exceptions.

Classes

RetryConfig
Configuration for retry behavior.
RetryHandler
Utility class for executing functions with retry and timeout logic.

Exceptions / Errors

PaginationException
Custom exception types for pagination errors.
PaginationNetworkException
Exception thrown when a network request fails.
PaginationParseException
Exception thrown when data parsing fails.
PaginationRetryExhaustedException
Exception thrown when all retry attempts have been exhausted.
PaginationTimeoutException
Exception thrown when a network request times out.