Skip to main content

lsm_error

Macro lsm_error 

Source
macro_rules! lsm_error {
    ($($arg:tt)*) => { ... };
}
Expand description

Emit a structural-failure diagnostic that bypasses the level gate. Reserved for failures a user has no other way of seeing — segment render errors, fatal plugin init, contract violations — so a user who set LINESMITH_LOG=off still sees “the statusline broke.”