X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerError.html;h=42f3f670fc9f0e05d79d1b1af074656f36f165ad;hb=28bcd7a31d95fd283814fad692d77b4994c2ac9c;hp=421e9fc1acf8e907a92b7eb2c0e3e5ca20a98983;hpb=67c6a853287d5c2df8ab115905b714e644333802;p=poolifier.git diff --git a/docs/interfaces/WorkerError.html b/docs/interfaces/WorkerError.html index 421e9fc1..42f3f670 100644 --- a/docs/interfaces/WorkerError.html +++ b/docs/interfaces/WorkerError.html @@ -1,9 +1,9 @@ -WorkerError | poolifier - v4.0.9

Interface WorkerError<Data>

Worker error.

+WorkerError | poolifier - v4.0.13

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