Skip to main content

EXIT_FAILURE

Constant EXIT_FAILURE 

Source
pub const EXIT_FAILURE: u8 = 1;
Expand description

A setup problem (bad flags, an unreadable config file, a database error, an unexpected driver error) prevented the command from running to completion at all. Equal to ExitCode::FAILURE.