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:

Inherits

StandardError

Includes

Direct Known Subclasses