X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerError.html;h=9e42b0d68b57fc2bc59f8c40ce4280b092bf1a60;hb=a9fc134421fb6926f4eff76d1d82c9bd8b341606;hp=fe7a209882d850a35a53468fedfabecb353eb3c3;hpb=54a050e93b47b8404861c70c07cee7da66a9ec72;p=poolifier.git diff --git a/docs/interfaces/WorkerError.html b/docs/interfaces/WorkerError.html index fe7a2098..9e42b0d6 100644 --- a/docs/interfaces/WorkerError.html +++ b/docs/interfaces/WorkerError.html @@ -1,9 +1,9 @@ -WorkerError | poolifier - v3.1.10

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 - v3.1.29

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