Docs
Reference
Guides
Blog
Discord
/
node:child_process
/
ExecException
P
cause
P
cmd
P
code
P
killed
P
message
P
name
P
signal
P
stack
P
stderr
P
stdout
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
/
node:child_process
/
ExecException
P
cause
P
cmd
P
code
P
killed
P
message
P
name
P
signal
P
stack
P
stderr
P
stdout
interface
child_process.ExecException
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