Build
Docs
Reference
Guides
Blog
Discord
/
node:child_process
/
ExecException
P
cause
P
cmd
P
code
P
errno
P
killed
P
message
P
name
P
path
P
signal
P
stack
P
stderr
P
stdout
P
syscall
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:child_process
/
ExecException
P
cause
P
cmd
P
code
P
errno
P
killed
P
message
P
name
P
path
P
signal
P
stack
P
stderr
P
stdout
P
syscall
interface
child_process.ExecException
interface
ExecException
cause
?
:
unknown
The cause of the error.
cmd
:
string
code
?
:
string
|
number
errno
?
:
number
killed
?
:
boolean
message
:
string
name
:
string
path
?
:
string
signal
?
:
Signals
stack
?
:
string
stderr
?
:
string
|
NonSharedBuffer
stdout
?
:
string
|
NonSharedBuffer
syscall
?
:
string