Closed hanneskod closed 5 years ago
Also let giroapp exceptions carry an error code to be written to the event context in ErrorEvent.
Can be used to set the return code of the application.
Good for scripting. And really good for the feature tests, as expected errors can be validated..
How often do we dispatch error or warning events and expect execution to continue (and want an error return code)? Related to the need to keep return status listener..
Let's be more informative in general. For example
Work through src...
And when exceptions are caught in
CommanWrapper
differentiate betweenErrorEvent
(not as an Exception). A good way to present errors when dispatcher is not available.