X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2Finterfaces%2FTaskError.html;h=0a0ce59364117c7188b8188d797603d75dac113b;hb=52f4e8137eab5d72c663eb9ae9289c08d804e559;hp=238891bf3e712d74ffb07ae71a413170285860ee;hpb=13a332e67a8a208b09c673d8a4a132df657ff4e6;p=poolifier.git diff --git a/docs/interfaces/TaskError.html b/docs/interfaces/TaskError.html index 238891bf..0a0ce593 100644 --- a/docs/interfaces/TaskError.html +++ b/docs/interfaces/TaskError.html @@ -32,7 +32,7 @@ +
  • Defined in src/utility-types.ts:10
  • @@ -42,17 +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
    @@ -60,7 +61,15 @@
    +
  • Defined in src/utility-types.ts:18
  • +
    + +
    name: string
    +

    Task name triggering the error.

    +
    +