X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerError.html;h=42f3f670fc9f0e05d79d1b1af074656f36f165ad;hb=2efc445b630bfe0b55b843eb3d5c6025115b587c;hp=eaae092f0ca348ca0ab2587a44fba513bd2a85ce;hpb=c8576e5fe740384f6f61316b7f09a788a14ab0ef;p=poolifier.git diff --git a/docs/interfaces/WorkerError.html b/docs/interfaces/WorkerError.html index eaae092f..42f3f670 100644 --- a/docs/interfaces/WorkerError.html +++ b/docs/interfaces/WorkerError.html @@ -1,9 +1,9 @@ -WorkerError | poolifier - v4.0.1

Interface WorkerError<Data>

Worker error.

+WorkerError | poolifier - v4.0.13

Interface WorkerError<Data>

Worker error.

interface WorkerError<Data> {
    data?: Data;
    message: string;
    name: string;
}

Type Parameters

  • Data = unknown

    Type of data sent to the worker triggering an error. This can only be structured-cloneable data.

    -

Properties

Properties

Properties

data?: Data

Data triggering the error.

-
message: string

Error message.

-
name: string

Task function name triggering the error.

-
\ No newline at end of file +
message: string

Error message.

+
name: string

Task function name triggering the error.

+
\ No newline at end of file