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

Summary

Types

t()

For more details, see

Types

@type msg() :: String.t()
@type t() ::
  {:serialize_values_error, ExScylla.Types.Errors.SerializeValuesError.t()}
  | {:values_too_long_for_key, msg()}
  | {:bad_keyspace_name, ExScylla.Types.Errors.BadKeyspaceName.t()}

For more details, see:

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