When the application, a module or a component implements this this interface,
the function will be called on any error in the given scope.
Its possible that multiple onError() functions will be called.
When you don't return, the next handler will be called. If you return an ErrorHandlerResult
this will responded if the connection is still opened.
When the application, a module or a component implements this this interface, the function will be called on any error in the given scope. Its possible that multiple onError() functions will be called. When you don't return, the next handler will be called. If you return an ErrorHandlerResult this will responded if the connection is still opened.