Returns:
31 32 33
# File 'lib/pipl/errors.rb', line 31 def is_user_error? (400..499).member?(@status_code) end