Continuum.DurableTermError exception (continuum v0.6.2)

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()]
}