is_user_error

Function is_user_error 

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

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.