X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerError.html;fp=docs%2Finterfaces%2FWorkerError.html;h=9f1c6964c73700d64c93bd3beeecedb4e30b55df;hb=772b5f23dd379211a734346981ac26651c9d6802;hp=9e42b0d68b57fc2bc59f8c40ce4280b092bf1a60;hpb=48eab5902faccd2b14649e0fe4477778ec70ba96;p=poolifier.git diff --git a/docs/interfaces/WorkerError.html b/docs/interfaces/WorkerError.html index 9e42b0d6..9f1c6964 100644 --- a/docs/interfaces/WorkerError.html +++ b/docs/interfaces/WorkerError.html @@ -1,9 +1,9 @@ -WorkerError | poolifier - v3.1.29

Interface WorkerError<Data>

Worker error.

+WorkerError | poolifier - v3.1.30

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