Skip to main content
Module

x/proc/mod3.ts>UpstreamError

A high-level way to run child processes that is easy, flexible, powerful, and prevents resource leaks.
Go to Latest
class UpstreamError
extends ProcessError
import { UpstreamError } from "https://deno.land/x/proc@0.20.18/mod3.ts";

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

Constructors

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