X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerError.html;h=da044e99e425a0e95f61cc1ac1821e6f3e86b313;hb=b20bf19abbcc1fb78e71f843d6eb56ad8c4c630c;hp=91164f6b0cb71e595d9eeef8e0759d9e042af9f5;hpb=aab0aa502b6d1ca1e2b480460d9cf5f34707c34c;p=poolifier.git diff --git a/docs/interfaces/WorkerError.html b/docs/interfaces/WorkerError.html index 91164f6b..da044e99 100644 --- a/docs/interfaces/WorkerError.html +++ b/docs/interfaces/WorkerError.html @@ -1,122 +1,9 @@ -WorkerError | poolifier - v2.7.4
-
- -
-
-
-
- -

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.12

Interface WorkerError<Data>

Worker error.

+
interface WorkerError {
    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