Handling ConfigError in handler.handle with make().add().addError
When using config in a
handler.handle I might have ConfigError in the error channel. When trying to add it in the make(...).add(...).addError it's not directly usable, as it not a schema. What's the best practice here?