Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class APIError
extends Error
import { APIError } from "https://deno.land/x/netzo@v0.2.19/cli/src/utils/api.ts";

Constructors

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

Properties

code: string
name: string
xDenoRay: string | null