Skip to main content

error

Function error 

Source
pub fn error(_step_label: &str) -> Result<()>
Expand description

Fire an error notification. Best-effort — failures return Err but the live loop should .ok() them so transient OS-notification hiccups never crash the TUI.