Temporalex.NondeterminismError exception (Temporalex v0.3.1)

Copy Markdown View Source

Raised when a workflow's emitted command decisions diverge from its recorded history during replay.

This is the public alias for Temporalex.Core.Nondeterminism and is the exception users should pattern-match against.

Summary

Types

t()

@type t() :: %Temporalex.NondeterminismError{
  __exception__: true,
  actual: term() | nil,
  expected: term() | nil,
  message: String.t()
}