X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerError.html;h=27456f90dbbd8e0b9bca9415961ff906d9e63e0e;hb=9916d8d8195ea431b2e8a246322ddede5a6ef644;hp=8502cebd0750f9283486f7aefd14f9ca40e2f46b;hpb=cd3135e48c6ba3fb7bdfe3da9ac47ad6805e8797;p=poolifier.git diff --git a/docs/interfaces/WorkerError.html b/docs/interfaces/WorkerError.html index 8502cebd..27456f90 100644 --- a/docs/interfaces/WorkerError.html +++ b/docs/interfaces/WorkerError.html @@ -1,9 +1,9 @@ -WorkerError | poolifier - v3.0.9

Interface WorkerError<Data>

Worker error.

-

Type Parameters

  • Data = unknown

    Type of data sent to the worker triggering an error. This can only be structured-cloneable data.

    -

Hierarchy

  • WorkerError

Properties

data? +WorkerError | poolifier - v3.1.11

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 +
message: string

Error message.

+
name: string

Task function name triggering the error.

+

Generated using TypeDoc

\ No newline at end of file