X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerError.html;h=73c5ebe8424828beafbcb73d36a3347b5c6d42bb;hb=c4a517416ff2c029d91a4ed006b94b23efb7d7a3;hp=884d7b67c81288dc8bca3b38e3448f5b6e1ff174;hpb=87f3b54969e17a64a69f3dc7ce4805493274a4f8;p=poolifier.git diff --git a/docs/interfaces/WorkerError.html b/docs/interfaces/WorkerError.html index 884d7b67..73c5ebe8 100644 --- a/docs/interfaces/WorkerError.html +++ b/docs/interfaces/WorkerError.html @@ -1,122 +1,9 @@ -WorkerError | poolifier - v3.0.2
-
- -
-
-
-
- -

Interface WorkerError<Data>

-
-

Worker error.

-
-
-
-

Type Parameters

-
    -
  • -

    Data = unknown

    -

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

    -
    -
-
-

Hierarchy

-
    -
  • WorkerError
-
-
-
- -
-
-

Properties

-
data? +WorkerError | poolifier - v3.1.21

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

-
- -
data?: Data
-

Data triggering the error.

-
-
-
- -
message: string
-

Error message.

-
-
-
- -
name: string
-

Task function name triggering the error.

-
-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +

Properties

data?: Data

Data triggering the error.

+
message: string

Error message.

+
name: string

Task function name triggering the error.

+

Generated using TypeDoc

\ No newline at end of file