executorlib.standalone.interactive.arguments.get_exception_lst#
- executorlib.standalone.interactive.arguments.get_exception_lst(future_lst: list[Future]) list[source]#
Get list of exceptions raised by the future objects in the list of future objects
- Parameters:
future_lst (list) – list of future objects
- Returns:
- list of exceptions raised by the future objects in the list of future objects. Returns empty list if no
exception was raised.
- Return type:
list