Module: Cassandra::Errors::ValidationError
- Includes:
- Cassandra::Error
- Included in:
- ConfigurationError, InvalidError, SyntaxError, UnauthorizedError, UnpreparedError
- Defined in:
- lib/cassandra/errors.rb
Overview
Mixed into all request validation 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.
234 235 236 |
# File 'lib/cassandra/errors.rb', line 234 def statement @statement end |