# File lib/moped/protocol/get_more.rb, line 57
      def failure?(reply)
        reply.cursor_not_found? || reply.query_failure?
      end