Function is_recoverable_error
Source pub fn is_recoverable_error(error_code: i32) -> bool
Expand description
Determine if an error is recoverable.
§Arguments
error_code - The IB API error code
§Returns
Returns true if the error is recoverable (should retry).