Contents

CancellationError

An error that indicates a task was canceled.

Declaration

struct CancellationError

Overview

This error is also thrown automatically by Task.checkCancellation(), if the current task has been canceled.

Topics

Initializers

See Also

Canceling Tasks