AbortError

class AbortError(message: String = "operation aborted") : CancellationException(source)

Thrown from AbortSignal.throwIfAborted when the signal has fired.

Since

0.3.0-beta01

Constructors

Link copied to clipboard
constructor(message: String = "operation aborted")

Properties

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