The main goal of this JIRA is to get a better error handling of the global exception error on Business Central.
Business central has a generic 'catch' all unexpected errors, that basically catches all the unhandled exceptions on the client side triggered by any component of the workbench (on errai bus level). These errors could be triggered from several sources: an unhandled exception on an editor, some unexpected condition on the backend or even some network issue related to cloud environments.
The main issue is that in some scenarios, those errors happen frequently (every second i.e.), making an annoying experience and also hurting the business central user experience.
In order to provide a better error handling of the global exception error, we propose the following improvements (see child JIRAs for more details):
AF-2013 - Improve the generic error dialog
AF-2014 - Generate clues from generic error sources
AF-2015 - Be able to snooze generic error messages