X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerError.html;h=ca2c81e0cc76f7030720cf816e0da27fe4fc3a31;hb=a50b8288d0696296711df883b0199c51e804917b;hp=aac4527779038a2dd7cfb73a939a60a7ace1bcd5;hpb=a3294554408b42a4df2e37eb69f9c8a554a0c2f3;p=poolifier.git diff --git a/docs/interfaces/WorkerError.html b/docs/interfaces/WorkerError.html index aac45277..ca2c81e0 100644 --- a/docs/interfaces/WorkerError.html +++ b/docs/interfaces/WorkerError.html @@ -1,9 +1,9 @@ -WorkerError | poolifier - v3.0.13

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

data? +WorkerError | poolifier - v3.1.19

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.

-

Generated using TypeDoc

\ 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.

+

Generated using TypeDoc

\ No newline at end of file