pub fn is_user_error(code: Code) -> bool
Reports whether an exit code is a user error. It returns true if the code is in the range 80-99 and false if not.