TaskNotFoundException

Thrown when KmpWorker.observe, KmpWorker.cancel, or KmpWorker.getState references a task ID that has never been registered or has been purged.

Parameters

taskId

The unknown task ID.

Constructors

Link copied to clipboard
constructor(taskId: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard