exception documentation
class ScheduleAlreadyRunningError(temporalio.exceptions.TemporalError): (source)
Error when a schedule is already running.
Warning
Schedules are an experimental feature.
Method | __init__ |
Create schedule already running error. |
Inherited from TemporalError
:
Property | cause |
Cause of the exception. |