X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerError.html;h=4ee03edc7148ad06d70540632fdfaea0ac3a5dc3;hb=42ae5f0f226a52eb5ac97400a24b3eaa101ca46b;hp=421e9fc1acf8e907a92b7eb2c0e3e5ca20a98983;hpb=67c6a853287d5c2df8ab115905b714e644333802;p=poolifier.git diff --git a/docs/interfaces/WorkerError.html b/docs/interfaces/WorkerError.html index 421e9fc1..4ee03edc 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.15

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 +

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