X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerError.html;h=41bd5649cb8f22b51b74734df300cd8a0d0e28b9;hb=00773faaaac2b2599bdc66823796d0c38b165bde;hp=9aaab46fe8dffd14536947cb843d445c560c2f27;hpb=38e6b85b3247f847b61f30efc37851489f106e8a;p=poolifier.git diff --git a/docs/interfaces/WorkerError.html b/docs/interfaces/WorkerError.html index 9aaab46f..41bd5649 100644 --- a/docs/interfaces/WorkerError.html +++ b/docs/interfaces/WorkerError.html @@ -1,9 +1,9 @@ -WorkerError | poolifier - v4.0.5

Interface WorkerError<Data>

Worker error.

+WorkerError | poolifier - v4.0.8

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

Properties

data?: Data

Data triggering the error.

-
message: string

Error message.

-
name: string

Task function name triggering the error.

-
\ No newline at end of file +
message: string

Error message.

+
name: string

Task function name triggering the error.

+
\ No newline at end of file