You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @chemickypes ,
Currently is not possible to get TargetUI when an error happened because the original exception is simply propagated, except when is an UserCanceledException or PermissionDeniedException which are created internally in order to detect both scenarios within the chain and then return a normal response by adding a response code to detect those scenarios. (see Worker class)
Maybe creating a custom Exception with TargetUI as member would be the solution.
I'll have it into account for the next release.
Thanks!
there is any way to get TargetUI reference on case of Error? Or, there is any way to create own Exceptions?
The text was updated successfully, but these errors were encountered: