X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerError.html;h=8fe12b98a0398532ed44f885b0007de8eb7dfdc1;hb=refs%2Ftags%2Fv3.1.7;hp=836e99a0f8eb3a77cea4fba6d09596c92163aad7;hpb=7ef6859d79e3a30918f2c53c898e94cd22104622;p=poolifier.git diff --git a/docs/interfaces/WorkerError.html b/docs/interfaces/WorkerError.html index 836e99a0..8fe12b98 100644 --- a/docs/interfaces/WorkerError.html +++ b/docs/interfaces/WorkerError.html @@ -1,122 +1,9 @@ -WorkerError | poolifier - v3.0.0
-
- -
-
-
-
- -

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

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 +

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