Expand description
Error types and classification for the Interactive Brokers adapter.
Enums§
- Error
Category - IB API error code classification.
- Interactive
Brokers Error - Errors that can occur in the Interactive Brokers adapter.
Functions§
- classify_
error_ code - Classify an IB error code into a category.
- format_
error_ message - Get a human-readable error description.
- is_
recoverable_ error - Determine if an error is recoverable.
- requires_
resubscription - Determine if an error requires subscription resubscription.
Type Aliases§
- Interactive
Brokers Result - Result type for Interactive Brokers operations.