As mentioned in the comments there is currently no way to do this. However, you can probably achieve your goal of seeing whether your error is resolved in the following way:
- Change your processors config, hopefully fixing the problem
- Check the last timestamp of the error bulletin
- Start the processor
- Wait a few seconds and check if the error bulletin still has the old timestamp
This has helped me greatly in speeding up development.
Extra trick:
If you are really in a place where you can safely play around, and don't want to focus, you can also copy the processor and re-direct the queues to/from there. It is more work, but will get you a clean bulletin.
I mostly used this trick if I had to demo something and I cannot afford to wait 5 minutes for the red square to disappear.