SpawnError class
export declare class SpawnError extends Error
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(options) | Constructs a new instance of the SpawnError class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| args | readonly | readonly string[] | |
| command | readonly | string | |
| exitCode | readonly | number | |
| stderr | readonly | string | |
| stdout | readonly | string |