Just a short recap. Error boundary events are really more about business errors, which you wand to handle in your process.
Technical exceptions should normally not be handled that way, but you can implement a custom incident handler, that could perform some tasks when an incident occurs.