ExScylla.Types.Errors.SerializeValuesError (ex_scylla v0.10.2)

Copy Markdown

Represents an error that can occur when serializing values. Maps to scylla::serialize::SerializationError.

Summary

Types

t()

For more details, see

Types

msg()

@type msg() :: String.t()

t()

@type t() ::
  {:too_many_values, msg()}
  | {:mixing_named_and_not_named_values, msg()}
  | {:value_too_big, msg()}
  | {:parse_error, msg()}

For more details, see:

https://docs.rs/scylla/1.8.0/scylla/serialize/struct.SerializationError.html