pub fn is_software_error(code: Code) -> bool
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.