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.
pub const EXIT_FAILURE: u8 = 1;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.