X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerError.html;h=421e9fc1acf8e907a92b7eb2c0e3e5ca20a98983;hb=2107bc577c9620f6140183691f8038e71304489b;hp=381acdf4879e7472a72c9eca555641e0b5d32d57;hpb=904ddac9d4d1484aa4364ee8c042c62871ec2e39;p=poolifier.git diff --git a/docs/interfaces/WorkerError.html b/docs/interfaces/WorkerError.html index 381acdf4..421e9fc1 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

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

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