TemporalEx.Error.NamespaceNotFound (temporal_ex v0.2.1)

Copy Markdown

Raised when the referenced namespace does not exist.

Summary

Types

t()

@type t() :: %TemporalEx.Error.NamespaceNotFound{
  message: String.t(),
  namespace: String.t() | nil
}