Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/proc/tools/deps/proc.ts>UpstreamError

A better way to work with processes in Deno.
Very Popular
Go to Latest
class UpstreamError
extends ProcessError
import { UpstreamError } from "https://deno.land/x/proc@0.21.0/tools/deps/proc.ts";

Thrown to indicate an error occurred upstream and is being passed forward.

Constructors

new
UpstreamError(
message: string,
command: string[],
options?: { cause?: Error; },
)