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

NotFoundError

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

404のときのerror object

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

§Properties

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