Those errors are for instance emitted by ModuleFlux when starting to process incoming messages:
if the validation fails, the processing is interrupt.
The error is then exposed in Environment.errors$ (in flux applications this channel is plugged to a notifier).
ConfigurationError
Errors related to configuration invalidation, see mergeConfiguration.
Those errors are for instance emitted by ModuleFlux when starting to process incoming messages: if the validation fails, the processing is interrupt. The error is then exposed in Environment.errors$ (in flux applications this channel is plugged to a notifier).