X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskError.html;h=0166bfb35a05c06750fee45c28b85520396fe320;hb=c22b117f8593bba575a4385b8f125f14b4bf1099;hp=8037c64697f12e93ae1a8a1c6c20fa7d738e78e9;hpb=6d59ea2c71b8a88d41498c6fb54dfad95fd3a3ac;p=poolifier.git diff --git a/docs/interfaces/TaskError.html b/docs/interfaces/TaskError.html index 8037c646..0166bfb3 100644 --- a/docs/interfaces/TaskError.html +++ b/docs/interfaces/TaskError.html @@ -1,4 +1,4 @@ -TaskError | poolifier
+TaskError | poolifier - v2.6.29
  • Preparing search index...
  • -
  • The search index is not available
poolifier
+
  • The search index is not available
  • poolifier - v2.6.29
    @@ -24,7 +24,7 @@
    • Data = unknown

      -

      Type of data sent to the worker. This can only be serializable data.

      +

      Type of data sent to the worker triggering an error. This can only be structured-cloneable data.

    @@ -32,7 +32,7 @@
    • TaskError
    +
  • Defined in src/utility-types.ts:10
  • @@ -42,25 +42,34 @@

    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

    Error message.

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

    Task name triggering the error.

    +
    +
    +
  • WorkerTypes
  • +
  • availableParallelism
  • Generated using TypeDoc

    \ No newline at end of file