| Class | Description |
|---|---|
| FailOnErrorErrorHandler | |
| IgnoreAllErrorHandler |
ErrorHandler implementation that does nothing, i.e., ignores all
error events. |
| LoggingErrorHandler |
An
ErrorHandler implementation that dumps all of the error
messages onto a logging channel at the debug level. |
| PrintErrorHandler |