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