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

InvalidPageSnapshotIdError

import type { InvalidPageSnapshotIdError } from "https://raw.githubusercontent.com/takker99/scrapbox-url-customizer/0.2.2/deps/scrapbox-rest.ts";

不正なfollowingIdを渡されたときに発生するエラー

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

§Extends

§Properties

§
name: "InvalidPageSnapshotIdError"
[src]