Skip to main content
Module

x/proc/mod1.ts>ProcessExitError

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

The standard error that is thrown when a process exits with a non-0 exit code.

Constructors

new
ProcessExitError(
message: string,
code: number,
options: RunOptions,
signal?: number,
details?: unknown,
)

Constructor.