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

Copy Markdown

Represents an error related to a partition key. Maps to scylla::statement::prepared::PartitionKeyError.

Summary

Types

t()

For more details, see

Types

msg()

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

t()

@type t() :: {:no_pk_index_value, msg()} | {:value_too_long, msg()}

For more details, see:

https://docs.rs/scylla/1.8.0/scylla/statement/prepared/enum.PartitionKeyError.html