Exception: Cassandra::Errors::FunctionCallError

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

Overview

Raised when function execution fails.

Instance Attribute Summary collapse

Method Summary

Methods included from ExecutionError

#execution_info

Instance Attribute Details

#keyspace ⇒ String (readonly)

Returns keyspace.

Returns:

  • (String) —

    keyspace



458
459
460
# File 'lib/cassandra/errors.rb', line 458

def keyspace
  @keyspace
end

#name ⇒ String (readonly)

Returns name.

Returns:

  • (String) —

    name



460
461
462
# File 'lib/cassandra/errors.rb', line 460

def name
  @name
end

#signature ⇒ String (readonly)

Returns signature.

Returns:

  • (String) —

    signature



462
463
464
# File 'lib/cassandra/errors.rb', line 462

def signature
  @signature
end