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

NotPrivilegeError

import type { NotPrivilegeError } from "https://raw.githubusercontent.com/takker99/deno-gyazo/0.1.2/mod.ts";

403のときのerror object

interface NotPrivilegeError {
message: string;
name: "NotPrivilegeError";
}

§Properties

§
message: string
[src]
§
name: "NotPrivilegeError"
[src]