It would be extremely helpful to allow multiple error handlers to be combined on the same module.
For example, I would like to configure a module to:
  1. Retry a failed operation up to 3x
  2. Then Skip that specific bundle if it continues to fail after those 3 retries
This would allow the failed submission a few opportunities to succeed, but not let that one persistent failure hold up the rest of the scenario.