pub const EXIT_FAILURE: i32 = 1;
Expand description

The integer which is returned from main() if the program exits with any error.