X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FErrorHandler.html;h=21158a3d910fdfd12d8a71508edb2348aae79283;hb=b22361f4474e4a63a7482741d98f0c58b4b03b4c;hp=f1859e58ea731e8688f4b59e32c0704de1e455b2;hpb=dd7dfcc292a646940f5f0263d24d8f5f528e8a51;p=poolifier.git diff --git a/docs/types/ErrorHandler.html b/docs/types/ErrorHandler.html index f1859e58..21158a3d 100644 --- a/docs/types/ErrorHandler.html +++ b/docs/types/ErrorHandler.html @@ -1,127 +1,3 @@ -ErrorHandler | poolifier - v2.6.37
-
- -
-
-
-
- -

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

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