Skip to main content
Module

x/harmony/mod.ts>HTTPError

An easy to use Discord API Library for Deno.
Go to Latest
class HTTPError
extends Error
Re-export
import { HTTPError } from "https://deno.land/x/harmony@v2.8.0/mod.ts";

Constructors

new
HTTPError(
message: string,
name: string,
code: number,
method: string,
path: string,
)