X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FErrorHandler.html;h=d2eda9f6761b1b2f7222a66c5c81353300a23851;hb=e76cb051ad171ceb6183dbe5ab0397ebb8f242d0;hp=be31e98696e242d00f8f1ebd3c4a7786674664f4;hpb=717e9363ccc3cfdbd24bda1bd019d31274163b10;p=poolifier.git diff --git a/docs/types/ErrorHandler.html b/docs/types/ErrorHandler.html index be31e986..d2eda9f6 100644 --- a/docs/types/ErrorHandler.html +++ b/docs/types/ErrorHandler.html @@ -1,86 +1,3 @@ -ErrorHandler | poolifier - v2.6.45
-
- -
-
-
-
- -

Type alias ErrorHandler<Worker>

-
ErrorHandler<Worker>: ((this, error) => void)
-
-

Type Parameters

-
-
-

Type declaration

-
    -
  • -
      -
    • (this, error): void
    • -
    • -

      Callback invoked if the worker raised an error.

      -
      -
      -

      Parameters

      -
        -
      • -
        this: Worker
      • -
      • -
        error: Error
      -

      Returns void

      -
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +ErrorHandler | poolifier - v3.1.8

Type alias ErrorHandler<Worker>

ErrorHandler<Worker>: ((this, error) => void)

Type Parameters

  • Worker extends IWorker

    Type of worker.

    +

Type declaration

    • (this, error): void
    • Callback invoked if the worker raised an error.

      +

      Parameters

      • this: Worker
      • error: Error

      Returns void

Generated using TypeDoc

\ No newline at end of file