Build
Docs
Reference
Guides
Blog
Discord
/
node:child_process
/
ExecFileException
T
ExecFileException
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:child_process
/
ExecFileException
T
ExecFileException
type
child_process.ExecFileException
type
ExecFileException
=
Omit
<
ExecException
,
'code'
>
&
Omit
<
NodeJS.ErrnoException
,
'code'
>
&
{
code
:
string
|
number
|
null
}
Referenced types
interface
ExecException
cause
?
:
unknown
The cause of the error.
cmd
?
:
string
code
?
:
number
killed
?
:
boolean
message
:
string
name
:
string
signal
?
:
Signals
stack
?
:
string
stderr
?
:
string
stdout
?
:
string