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

x/proc/mod.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/mod.ts";

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

Constructors

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