X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerError.html;h=da044e99e425a0e95f61cc1ac1821e6f3e86b313;hb=b20bf19abbcc1fb78e71f843d6eb56ad8c4c630c;hp=e4e2379764b4a67352ec3be1468f9c16dc64e7cc;hpb=6349b7551b1060472ed8c97dd01ef0c827d62278;p=poolifier.git diff --git a/docs/interfaces/WorkerError.html b/docs/interfaces/WorkerError.html index e4e23797..da044e99 100644 --- a/docs/interfaces/WorkerError.html +++ b/docs/interfaces/WorkerError.html @@ -1,9 +1,9 @@ -WorkerError | poolifier - v3.0.7

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

Error message.

+
name: string

Task function name triggering the error.

+

Generated using TypeDoc

\ No newline at end of file