Raised when an activity or workflow times out.
timeout_type is one of :start_to_close, :schedule_to_close,
:schedule_to_start, or :heartbeat.
Summary
Types
@type t() :: %Temporalex.TimeoutError{ __exception__: true, details: term() | nil, message: String.t(), timeout_type: timeout_type() | nil }
@type timeout_type() ::
:start_to_close | :schedule_to_close | :schedule_to_start | :heartbeat