Ryan Brennan
03/28/2023, 4:04 AMon_failure
to access to the Exception class and/or traceback raised by the task?prefect.states.get_state_exception(state_obj)
exception = prefect.states.get_state_exception(state_obj)
traceback = exception.__traceback__