X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2Finterfaces%2FWorkerError.html;h=c6c148053ddb0c2e153ee2944621216fde62176c;hb=242949b268a9bb444ea94f8ef80614904459ef3c;hp=466b6e3fc2514b6f40794a32973a4b68ac7f11de;hpb=fc09c6dc8cec5398209e3cd8e192b851603e6311;p=poolifier.git diff --git a/docs/interfaces/WorkerError.html b/docs/interfaces/WorkerError.html index 466b6e3f..c6c14805 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.20

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