Skip to main content
Module

x/proc/mod3.ts>UpstreamError

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

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

Constructors

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