When an Error occurs, sometimes we want to acknowledge the error and hence clear it from the Error status, but still have a record that the errors has occurred.
For example, a connector which failed to pick up email due to a temporary connection issue, may show an error, but subsequent runs are okay. The connectioin has recovered.
We currently have two options:
- Delete the Error - now we can’t see how often the connection fails.
- Do nothing, but now we accumulate errors and we don’t know if we have reviewed them or not.
Being able to put the Error into an Acknowledged state would be useful.

