X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FErrorHandler.html;h=05ed5a484e6ba3861b0df1296648dec878e736e5;hb=c94b034ca040cb4a968d1cca995d89efd51d6402;hp=50e731b48e5398ae27c30cd8ed124b6e50b4f145;hpb=184d530faf6acf70e116cb4a3fb831938b73e2c0;p=poolifier.git diff --git a/docs/types/ErrorHandler.html b/docs/types/ErrorHandler.html index 50e731b4..05ed5a48 100644 --- a/docs/types/ErrorHandler.html +++ b/docs/types/ErrorHandler.html @@ -1,110 +1,3 @@ -ErrorHandler | poolifier
-
- -
-
-
-
- -

Type alias ErrorHandler<Worker>

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

Type Parameters

-
-
-

Type declaration

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

      Callback invoked if the worker raised an error.

      -
      -
      -

      Parameters

      -
        -
      • -
        this: Worker
      • -
      • -
        e: Error
      -

      Returns void

-
- -
-
-

Generated using TypeDoc

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

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