class Temporalio::Error::AsyncActivityCanceledError

Error that occurs when an async activity handle tries to heartbeat and the activity is marked as canceled.

def initialize

@!visibility private
def initialize
  super('Activity canceled')
end