Exception: Cassandra::Errors::ConfigurationError

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

Overview

Raised when the query is invalid because of some configuration issue.

Examples:

Dropping non-existent keyspace

begin
  client.execute("DROP KEYSPACE unknown_keyspace")
rescue Cassandra::Errors::ConfigurationError
end

See Also:

Direct Known Subclasses

AlreadyExistsError

Instance Attribute Summary

Attributes included from ValidationError

#statement