Skip to main content

EXIT_FAILURE

Constant EXIT_FAILURE 

Source
pub const EXIT_FAILURE: i32 = 1;
Expand description

The underlying program or verb failed (a run’s child exited non-zero, an error surfaced by the report). Distinct from a usage problem.