Runic.Identity.CanonicalError exception (Runic v0.1.0-alpha.10)

Copy Markdown View Source

Raised when a value cannot be represented by the canonical identity codec.

Summary

Types

t()

@type t() :: %Runic.Identity.CanonicalError{
  __exception__: true,
  path: [term()],
  reason: term()
}