Errors related to contract resolution when some of its expectation are
not fulfilled, see contract.
Those errors are for instance emitted by ModuleFlux when starting to process incoming messages:
if the resolution 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 contract resolution when some of its expectation are not fulfilled, see contract.
Those errors are for instance emitted by ModuleFlux when starting to process incoming messages: if the resolution fails, the processing is interrupt. The error is then exposed in Environment.errors$ (in flux applications this channel is plugged to a notifier).