22 lines
681 B
Markdown
22 lines
681 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [ChildProcessError](./js-utils.childprocesserror.md)
|
|
|
|
## ChildProcessError class
|
|
|
|
Error indicating that a child process exited with an error status.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export declare class ChildProcessError extends BaseError
|
|
```
|
|
<b>Extends:</b> BaseError
|
|
|
|
## Constructors
|
|
|
|
| Constructor | Modifiers | Description |
|
|
| --- | --- | --- |
|
|
| [(constructor)(msg, nested)](./js-utils.childprocesserror._constructor_.md) | | Constructs a new instance of the <code>ChildProcessError</code> class |
|
|
|