Exception: Cassandra::Errors::AlreadyExistsError
- Inherits:
-
ConfigurationError
- Object
- StandardError
- ConfigurationError
- Cassandra::Errors::AlreadyExistsError
- Defined in:
- lib/cassandra/errors.rb
Overview
Raised when the query attempted to create a keyspace or a table that was already existing.
Instance Attribute Summary collapse
-
#keyspace ⇒ String
readonly
Keyspace.
-
#table ⇒ String?
readonly
Table or
nil
.
Method Summary
Methods included from ValidationError
Instance Attribute Details
#keyspace ⇒ String (readonly)
717 718 719 |
# File 'lib/cassandra/errors.rb', line 717 def keyspace @keyspace end |
#table ⇒ String? (readonly)
720 721 722 |
# File 'lib/cassandra/errors.rb', line 720 def table @table end |