X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerError.html;h=d9506e59e3b312fda67ce10f564625702b7c7e20;hb=4ac8e928fb5e8ea7423f03a02edde998e1320921;hp=cbe96152b94a0b4e657ae962a9f0c0432e2efe58;hpb=52a04779d6d7fce6b3db10d1abf5e03b42ea9723;p=poolifier.git diff --git a/docs/interfaces/WorkerError.html b/docs/interfaces/WorkerError.html index cbe96152..d9506e59 100644 --- a/docs/interfaces/WorkerError.html +++ b/docs/interfaces/WorkerError.html @@ -1,9 +1,9 @@ -WorkerError | poolifier - v3.1.1

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 +WorkerError | poolifier - v4.0.14

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

data?: Data

Data triggering the error.

+
message: string

Error message.

+
name: string

Task function name triggering the error.

+
\ No newline at end of file