Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow retrieving the action from an action error (#538)
When an action error occurs within the action waiter utilities, we are missing information about the related action that failed. With this change, we can now retrieve the action that triggered the failure after casting the error to an action error.
- Loading branch information