ExScylla. Types. Errors. NewSessionError
(ex_scylla v0.10.2)
Copy Markdown
Represents an error that can occur when creating a new session.
Maps to scylla::errors::NewSessionError.
Summary
Types
@type msg() :: String.t()
@type t() :: {:failed_to_resolve_any_hostname, msg()} | {:empty_known_nodes_list, msg()} | {:db_error, ExScylla.Types.Errors.DbError.t()} | {:bad_query, ExScylla.Types.Errors.BadQuery.t()} | {:io_error, msg()} | {:protocol_error, msg()} | {:invalid_message, msg()} | {:timeout_error, msg()} | {:too_many_orphaned_stream_ids, msg()} | {:unable_to_alloc_stream_id, msg()} | {:translation_error, ExScylla.Types.Errors.TranslationError.t()}
For more details, see:
https://docs.rs/scylla/1.8.0/scylla/errors/enum.NewSessionError.html