Exception: Cassandra::Errors::UnpreparedError
- Inherits:
-
StandardError
- Object
- StandardError
- Cassandra::Errors::UnpreparedError
- Includes:
- ValidationError
- Defined in:
- lib/cassandra/errors.rb
Overview
Note:
Seeing this error can be considered a Ruby Driver bug as it should handle automatic re-preparing internally.
Raised when a prepared statement tries to be executed and the provided prepared statement ID is not known by this host
Instance Attribute Summary collapse
-
#id ⇒ String
readonly
Prepared statement id that triggered the error.
Method Summary
Methods included from ValidationError
Instance Attribute Details
#id ⇒ String (readonly)
631 632 633 |
# File 'lib/cassandra/errors.rb', line 631 def id @id end |