Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/kd_clients/PackageClients/mod.ts>NuGetError

Various HTTP clients for miscellaneous use.
Latest
class NuGetError
extends Error
import { NuGetError } from "https://deno.land/x/kd_clients@v1.0.0-preview.14/PackageClients/mod.ts";

Error thrown when there is an error with the nuget client.

Constructors

new
NuGetError(message: string)