Module errors

Module errors 

Source

Structs§

DisplayErrorFormatter
Default formatter that surfaces the error’s display output.
NoopErrorReporter
Error reporting implementation that drops every event. Useful for tests or when a consumer does not yet integrate with error monitoring.

Traits§

ErrorFormatter
Formats an error into a user-facing description. This allows extracted components to present consistent error messaging without depending on the CLI presentation layer.
ErrorReporter
Reports non-fatal errors to an observability backend.