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