Continuum.DurableTermError exception (continuum v0.8.1)

Copy Markdown View Source

Raised when a value contains a node-local term that cannot be replayed durably.

Summary

Types

t()

@type t() :: %Continuum.DurableTermError{
  __exception__: true,
  kind: atom(),
  path: [term()] | nil,
  value: term()
}