X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FErrorHandler.html;h=175a6302b029622b6ac04fe82d441980976a4f8a;hb=405b39c2835f645e2193dc30c3d190e3dcf3bc3e;hp=024b82b39c28fd75c07c4b11636dd3671d0ee601;hpb=800480935c90f3847c389dd5dbfca11760e78675;p=poolifier.git diff --git a/docs/types/ErrorHandler.html b/docs/types/ErrorHandler.html index 024b82b3..175a6302 100644 --- a/docs/types/ErrorHandler.html +++ b/docs/types/ErrorHandler.html @@ -1,86 +1,3 @@ -ErrorHandler | poolifier - v3.0.1
-
- -
-
-
-
- -

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.21

Type alias ErrorHandler<Worker>

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

Callback invoked if the worker raised an error.

+

Type Parameters

  • Worker extends IWorker

    Type of worker.

    +

Type declaration

    • (this, error): void
    • Parameters

      Returns void

Generated using TypeDoc

\ No newline at end of file