Skip to main content
ExecFileException - child_process - Node documentation
type alias ExecFileException

Usage in Deno

import { type ExecFileException } from "node:child_process";

Definition

Omit<ExecException, "code">
& Omit<ErrnoException, "code">
& { code?:
string
| number
| undefined
| null
; }