ErrorLike
import type { ErrorLike } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.24.3/deps/scrapbox-rest.ts";
Scrapbox REST APIが返すエラーの型
name
はないことがある
interface ErrorLike {
message: string;
name: string;
}import type { ErrorLike } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.24.3/deps/scrapbox-rest.ts";
Scrapbox REST APIが返すエラーの型
name
はないことがある