private _onError(error: PushError): void {
        this.inlets.forEach((inlet) => inlet.emit('error', error));
    }