Skip to main content

Module error

Module error 

Source
Expand description

Error types and classification for the Interactive Brokers adapter.

Enums§

ErrorCategory
IB API error code classification.
InteractiveBrokersError
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§

InteractiveBrokersResult
Result type for Interactive Brokers operations.