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

Copy Markdown

Represents an error related to address translation. Maps to scylla::errors::TranslationError.

Summary

Types

t()

For more details, see

Types

msg()

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

t()

@type t() :: {:invalid_address_in_rule, msg()} | {:no_rule_for_address, msg()}

For more details, see:

https://docs.rs/scylla/1.8.0/scylla/errors/enum.TranslationError.html