ExScylla.Types.Errors.NewSessionError (ex_scylla v0.5.1)
Summary
Types
Link to this type
msg()
@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, TranslationError.t()}
For more details, see:
https://docs.rs/scylla/0.9.0/scylla/transport/errors/enum.NewSessionError.html