Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ChromaForbiddenError

The user does not have permission to access the requested resource.

class ChromaForbiddenError extends Error {
constructor(message: string, cause?: unknown | undefined);
readonly cause?: unknown | undefined;
name: string;
}

§Extends

§
Error
[src]

§Constructors

§
new ChromaForbiddenError(message: string, cause?: unknown | undefined)
[src]

§Properties

§
cause: unknown | undefined
[src]
§
name: string
[src]