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

ErrorLike

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

Scrapbox REST APIが返すエラーの型

interface ErrorLike {
message: string;
name: string;
}

§Properties

§
message: string
[src]

error message

§
name: string
[src]

error name