is_software_error

Function is_software_error 

Source
pub fn is_software_error(code: Code) -> bool
Expand description

Reports whether an exit code is a software error. It returns true if the code is in the range 100-119 and false if not.