ExScylla.Types.Errors.DbError (ex_scylla v0.5.1)

Summary

Types

t()

For more details, see

Types

@type msg() :: String.t()
@type t() ::
  {:syntax_error, msg()}
  | {:invalid, msg()}
  | {:already_exists, msg()}
  | {:function_failure, msg()}
  | {:authentication_error, msg()}
  | {:unauthorized, msg()}
  | {:config_error, msg()}
  | {:unavaliable, msg()}
  | {:overloaded, msg()}
  | {:is_bootstrapping, msg()}
  | {:truncate_error, msg()}
  | {:read_timeout, msg()}
  | {:write_timeout, msg()}
  | {:read_failure, msg()}
  | {:write_failure, msg()}
  | {:unprepared, msg()}
  | {:server_error, msg()}
  | {:protocol_error, msg()}
  | {:other, msg()}

For more details, see:

https://docs.rs/scylla/0.9.0/scylla/transport/errors/enum.DbError.html