# File lib/restclient/exceptions.rb, line 70
    def http_code
      # return integer for compatibility
      @response.code.to_i if @response
    end