unavailable property

ResourceException unavailable

Equivalent to a 503 HTTP error.

Used when the source can't be reached, e.g. no Internet connection, or an issue with the file system. Usually this is a temporary error.

Implementation

static ResourceException get unavailable =>
    ResourceException._("r2_shared_resource_exception_unavailable");