X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2Finterfaces%2FTaskError.html;h=8a3eac7205281df35cac30a9b294a90d553817e5;hb=ac2cb9e206b5e67cc52124eb334507f5dce230d5;hp=6f3d8ddf5bf45378138d3322ac017e9a04c77bf1;hpb=d33d2d2fed43d102479c38cc28b496872665a90d;p=poolifier.git diff --git a/docs/interfaces/TaskError.html b/docs/interfaces/TaskError.html index 6f3d8ddf..8a3eac72 100644 --- a/docs/interfaces/TaskError.html +++ b/docs/interfaces/TaskError.html @@ -32,7 +32,7 @@ +
  • Defined in src/utility-types.ts:10
  • @@ -42,25 +42,34 @@

    Properties

    Properties

    - +
    data?: Data

    Data passed to the worker triggering the error.

    +
  • Defined in src/utility-types.ts:22
  • - +
    message: string

    Error message.

    +
  • Defined in src/utility-types.ts:18
  • +
    + +
    workerId: number
    +

    Worker id.

    +
    +