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

x/kd_clients/PackageClients/Errors/NuGetError.ts>NuGetError

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

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

Constructors

new
NuGetError(message: string)