X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerError.html;h=9ab5ea5708b6d6ace9cb5522b1a03c8af0c5e0d6;hb=1352ca70c0b5c6b4ff3813b0c24354b5514b2796;hp=531e83ee9dc33e637e4d1c5a84312448156d7f81;hpb=a99f06d1fff8949584cd630bfaa3fa2e3cc3897e;p=poolifier.git diff --git a/docs/interfaces/WorkerError.html b/docs/interfaces/WorkerError.html index 531e83ee..9ab5ea57 100644 --- a/docs/interfaces/WorkerError.html +++ b/docs/interfaces/WorkerError.html @@ -1,9 +1,9 @@ -WorkerError | poolifier - v3.1.27

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.

-

Generated using TypeDoc

\ No newline at end of file +
message: string

Error message.

+
name: string

Task function name triggering the error.

+
\ No newline at end of file