exception documentation
class AsyncActivityCancelledError(temporalio.exceptions.TemporalError): (source)
Constructor: AsyncActivityCancelledError()
Error that occurs when async activity attempted heartbeat but was cancelled.
Method | __init__ |
Create async activity cancelled error. |
Inherited from TemporalError
:
Property | cause |
Cause of the exception. |