- Currently, when asynchronous methods throw an exception, our
callback mechanism only captures the ErrorInfo from the exception.
- This
ErrorInfo is then passed through the onError callback method.
- In contrast, for blocking methods, the thrown exception is returned to the caller as-is, without being wrapped or altered.
┆Issue is synchronized with this Jira Task by Unito