TExecFileException
Bun

type

child_process.ExecFileException

type ExecFileException = Omit<ExecException, 'code'> & Omit<NodeJS.ErrnoException, 'code'> & { code: string | number | null }