Exception: Cassandra::Errors::ReadTimeoutError

Inherits:
StandardError
  • Object
show all
Includes:
ExecutionError
Defined in:
lib/cassandra/errors.rb

Overview

Raised when a read request timed out.

Instance Attribute Summary collapse

Method Summary

Methods included from ExecutionError

#execution_info

Instance Attribute Details

#consistencySymbol (readonly)



294
295
296
# File 'lib/cassandra/errors.rb', line 294

def consistency
  @consistency
end

#receivedInteger (readonly)



300
301
302
# File 'lib/cassandra/errors.rb', line 300

def received
  @received
end

#requiredInteger (readonly)



297
298
299
# File 'lib/cassandra/errors.rb', line 297

def required
  @required
end

#retrievedBoolean (readonly) Also known as: retrieved?



289
290
291
# File 'lib/cassandra/errors.rb', line 289

def retrieved
  @retrieved
end