X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerError.html;h=5206811e588ef3adb3b2876c21daa1aecb143317;hb=9aa78bcb34d9d6002c71ce3de1ece85dd164871f;hp=45576c9f3013a352eff54e3b7b6e2021a98e90f1;hpb=9ad272eaf0cded8c7e70f1fe6f075c99f23619fa;p=poolifier.git diff --git a/docs/interfaces/WorkerError.html b/docs/interfaces/WorkerError.html index 45576c9f..5206811e 100644 --- a/docs/interfaces/WorkerError.html +++ b/docs/interfaces/WorkerError.html @@ -1,9 +1,9 @@ -WorkerError | poolifier - v3.0.8

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

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 +
message: string

Error message.

+
name: string

Task function name triggering the error.

+

Generated using TypeDoc

\ No newline at end of file