Exception: Cassandra::Errors::FunctionCallError
- Inherits:
-
StandardError
- Object
- StandardError
- Cassandra::Errors::FunctionCallError
- Includes:
- ExecutionError
- Defined in:
- lib/cassandra/errors.rb
Overview
Raised when function execution fails.
Instance Attribute Summary collapse
-
#keyspace ⇒ String
readonly
Keyspace.
-
#name ⇒ String
readonly
Name.
-
#signature ⇒ String
readonly
Signature.
Method Summary
Methods included from ExecutionError
Instance Attribute Details
#keyspace ⇒ String (readonly)
Returns keyspace.
458 459 460 |
# File 'lib/cassandra/errors.rb', line 458 def keyspace @keyspace end |
#name ⇒ String (readonly)
Returns name.
460 461 462 |
# File 'lib/cassandra/errors.rb', line 460 def name @name end |
#signature ⇒ String (readonly)
Returns signature.
462 463 464 |
# File 'lib/cassandra/errors.rb', line 462 def signature @signature end |