Module: Cassandra::Errors::ExecutionError
- Includes:
- Cassandra::Error
- Included in:
- IsBootstrappingError, OverloadedError, ReadTimeoutError, TruncateError, UnavailableError, WriteTimeoutError
- Defined in:
- lib/cassandra/errors.rb
Overview
Mixed into all request execution errors.
Instance Attribute Summary collapse
-
#statement ⇒ Cassandra::Statement
readonly
Statement that triggered the error.
Instance Attribute Details
#statement ⇒ Cassandra::Statement (readonly)
Returns statement that triggered the error.
81 82 83 |
# File 'lib/cassandra/errors.rb', line 81 def statement @statement end |