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

BadRequestError

import type { BadRequestError } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.1.2/mod.ts";

URL先ページから正常な応答が返ってこなかったときのエラー

interface BadRequestError extends ErrorLike {
name: "BadRequestError";
}

§Extends

§Properties

§
name: "BadRequestError"
[src]