Interface ExecAsyncException

Error from exec*Async().

Hierarchy

Properties

cmd?: string
code?: number
killed?: boolean
message: string
name: string
signal?: Signals
stack?: string
stderr: string | Buffer

Standard error written by child process.

stdout: string | Buffer

Standard output written by child process.

Generated using TypeDoc