Module

x/libpkgx/mod.ts>DownloadError

`import`… but with pkging powers
Extremely Popular
Latest
class DownloadError
extends PkgxError
import { DownloadError } from "https://dotland.deno.dev/x/libpkgx@v0.18.1/mod.ts";

Constructors

new
DownloadError(status: number, opts: { src: URL; headers?: Record<string, string>; })

Properties

optional
headers: Record<string, string>
src: URL
status: number
import DownloadError
import { DownloadError } from "https://dotland.deno.dev/x/libpkgx@v0.18.1/mod.ts";