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

UnexpectedResponseError

import { UnexpectedResponseError } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.24.3/mod.ts";

想定されない応答が帰ってきたときに投げる例外

class UnexpectedResponseError extends Error {
constructor(response: Response);
name: string;
}

§Extends

§
Error
[src]

§Constructors

§
new UnexpectedResponseError(response: Response)
[src]

§Properties

§
name: string
[src]