Skip to main content

report_machine_error

Function report_machine_error 

Source
pub fn report_machine_error(report: &Report)
Expand description

Fallback envelope emitter for an untyped eyre::Report. Always tags cli.unknown and preserves the eyre cause chain in details.cause_chain. The process exit code is the caller’s responsibility.