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

Copy Markdown View Source

Raised when content does not reproduce its declared Runic identity.

Summary

Types

t()

@type t() :: %Runic.Identity.IntegrityError{
  __exception__: true,
  actual: Runic.Identity.t(),
  expected: Runic.Identity.t()
}