Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
class APIError
extends Error
import { APIError } from "https://deno.land/x/netzo@v0.2.10/cli/src/utils/api.ts";

Constructors

new
APIError(
code: string,
message: string,
xDenoRay: string | null,
)

Properties

code: string
name: string
xDenoRay: string | null