cancelled property

ResourceException cancelled

The request was cancelled by the caller.

For example, when a coroutine is cancelled.

Implementation

static ResourceException get cancelled =>
    ResourceException._("r2_shared_resource_exception_cancelled");