X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2Finterfaces%2FTaskError.html;h=c32af1da88f21488afaa52c1b0b902eaacc675aa;hb=b93080b79a5e2e5d174991d87e96c97b307df18e;hp=903af6d4007bd98d592a028c186c956bc5328f39;hpb=76aa2b0f39bd376383f2fdc79046328693719590;p=poolifier.git diff --git a/docs/interfaces/TaskError.html b/docs/interfaces/TaskError.html index 903af6d4..c32af1da 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.

    +
    +