CancellationError

An error type that should be used to signal cancellation of an operation.

This type can be used in response to a cancellation token being cancelled or when an operation is being cancelled by the executor of that operation.

Online Documentation

Constructors

Link copied to clipboard
constructor()

Creates a new cancellation error.

Properties

Link copied to clipboard
expect open val message: String?