class Temporalio::Error::AsyncActivityCanceledError
Error that occurs when an async activity handle tries to heartbeat and the activity is marked as canceled.
def initialize
def initialize super('Activity canceled') end
Error that occurs when an async activity handle tries to heartbeat and the activity is marked as canceled.
def initialize super('Activity canceled') end