Skip to content

CanceledError

Raised when a strand is canceled. During finally blocks, cancellation is masked so cleanup can complete. See Concurrency for details.

Inherits from: Error

Constructor

CanceledError()

Builds an error reporting that a strand was canceled.