Expand description
Error types for rate limiting operations with Duration-based retry timing.
This module provides error types that convert core verbose errors to Duration-based retry timing for easy integration with async ecosystems. It also includes builder-specific errors for configuration validation.
Enums§
- Build
Error - Error type for builder configuration validation.
- Rate
Limit Error - Verbose error type with detailed diagnostic information and Duration-based retry timing.
Type Aliases§
- Build
Result - Result type for builder operations.
- Rate
Limit Result - Result type for rate limiting operations with Duration-based retry timing.