X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerError.html;h=9e42b0d68b57fc2bc59f8c40ce4280b092bf1a60;hb=394676d15b59b7013b9d95889e47a4a49860b057;hp=91164f6b0cb71e595d9eeef8e0759d9e042af9f5;hpb=cf02ff9e146e22a2f99a6af35de7ce49efd4c6b5;p=poolifier.git diff --git a/docs/interfaces/WorkerError.html b/docs/interfaces/WorkerError.html index 91164f6b..9e42b0d6 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

-
-
-

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 +WorkerError | poolifier - v3.1.29

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