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

UnauthorizedError

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

401のときのerror object

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

§Properties

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