class UpstreamError
extends ProcessError

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

Constructors

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

Usage

import { UpstreamError } from ".";