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