X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskError.html;h=afaf1a02dc02cfa8d42e5fe7eddb1b9908ef13a6;hb=f33c2d55c063a50c0025bf707fa4faf7a5e25f6e;hp=bb73efd791b94dbef8a38df336a85bf09e1362ef;hpb=18fea9f10a9d1fd8bbbc4738284939868faa0db5;p=poolifier.git diff --git a/docs/interfaces/TaskError.html b/docs/interfaces/TaskError.html index bb73efd7..afaf1a02 100644 --- a/docs/interfaces/TaskError.html +++ b/docs/interfaces/TaskError.html @@ -1,4 +1,4 @@ -TaskError | poolifier - v2.6.8
+TaskError | poolifier - v2.6.12
  • Preparing search index...
  • -
  • The search index is not available
poolifier - v2.6.8
+
  • The search index is not available
  • poolifier - v2.6.12
    @@ -32,7 +32,7 @@
    • TaskError
    +
  • Defined in src/utility-types.ts:10
  • @@ -42,18 +42,18 @@

    Properties

    Properties

    data?: Data
    -

    Data passed to the worker triggering the error.

    +

    Data triggering the error.

    +
  • Defined in src/utility-types.ts:22
  • message: string
    @@ -61,15 +61,15 @@
    -
    - -
    workerId: number
    -

    Worker id.

    +
  • Defined in src/utility-types.ts:18
  • +
    + +
    name: string
    +

    Task name triggering the error.

    +
  • Defined in src/utility-types.ts:14
  • +
  • name