[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. Signature: ```typescript export declare class ChildProcessError extends BaseError ``` Extends: BaseError ## Constructors | Constructor | Modifiers | Description | | --- | --- | --- | | [(constructor)(msg, nested)](./js-utils.childprocesserror._constructor_.md) | | Constructs a new instance of the ChildProcessError class |