Skip to main content

Module error_handling

Module error_handling 

Source

Functionsยง

find_catcher
Check if an error matches a Catch block and return the target state name.
should_retry
Check if we should retry an error based on Retry configuration. Returns the delay in milliseconds if we should retry, or None if retries are exhausted.