Exception: Cassandra::Errors::AuthenticationError

Inherits:
ClientError
  • Object
show all
Defined in:
lib/cassandra/errors.rb

Overview

Raised when cannot authenticate to Cassandra

Instance Method Summary collapse

Instance Method Details

#execution_infoCassandra::Execution::Info

Query execution information, such as number of retries and all tried hosts, etc.



567
568
569
570
571
572
573
574
575
576
577
# File 'lib/cassandra/errors.rb', line 567

def execution_info
  @info ||= Execution::Info.new(@payload,
                                @warnings,
                                @keyspace,
                                @statement,
                                @options,
                                @hosts,
                                @consistency,
                                @retries,
                                nil)
end