Access original error when using Try / Do If Try Fails

Is there a way to access the original error description within the ORQA task, when using a Try operation to wrap something that might fail for multiple reasons? I would like to take different actions based on the actual error. At present all I can do is tell that one of the operations under the Try failed, and make assumptions. The $lastReturnValue of the Try appears to be a custom class “org.ibboost.orqa.core.operations.TryExecutor$TryFailure” but I can’t do anything with it.