# File lib/ftw/response.rb, line 66
  def error?
    # 4xx and 5xx are errors
    return @status >= 400 && @status < 600
  end