TemporalEx.Error.ScheduleAlreadyExists (temporal_ex v0.2.1)

Copy Markdown

Raised when creating a schedule whose ID already exists.

Summary

Types

t()

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