Skip to main content
Module

x/request/mod.ts>RequestError

API Calls - as simple as it gets :)
Latest
class RequestError
extends Error
import { RequestError } from "https://deno.land/x/request@1.3.2/mod.ts";

Constructors

new
RequestError(message: string, response: Response)

Properties

status: number
statusText: string