Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
class Deno.errors.PermissionDenied
extends Error

Raised when the underlying operating system indicates the current user which the Deno process is running under does not have the appropriate permissions to a file or resource, or the user did not provide required --allow-* flag.