Identify various exception.source types

Hi All,

Due to implementation reason, I am not able to continue with “Global Exception Handler” in my process.

So I am planning to write my own handler, where it will check before calling the “SetTransactionStatus” in the Finally of the Main - Process State.

For that I would like to know what are all the exception source types we will get, with that how we can identify that it is a process issue. ex: If we get “UiPath.UiAutomation.Activities” as in the source something failed in the process activities, do we get any other defined types to identify this kind of issues.

Thanks