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

Instance Attribute Details

#statementCassandra::Statement (readonly)

Returns statement that triggered the error.

Returns:



234
235
236
# File 'lib/cassandra/errors.rb', line 234

def statement
  @statement
end