forbidden property

ResourceException forbidden

Equivalent to a 403 HTTP error.

This can be returned when trying to read a resource protected with a DRM that is not unlocked.

Implementation

static ResourceException get forbidden =>
    ResourceException._("r2_shared_resource_exception_forbidden");