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