X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FErrorHandler.html;h=a2f9bae2a7c9009279a67117359cdc95ba672a46;hb=743917b8a6544156a5b966854a3e3747db19508d;hp=d56f5e49a4651e64123a58691ee547bbb79fad2a;hpb=68887e30ceca3df78b70e0b8f1b262a76f2d7cd8;p=poolifier.git diff --git a/docs/types/ErrorHandler.html b/docs/types/ErrorHandler.html index d56f5e49..a2f9bae2 100644 --- a/docs/types/ErrorHandler.html +++ b/docs/types/ErrorHandler.html @@ -1,123 +1,3 @@ -ErrorHandler | poolifier - v2.6.12
-
- -
-
-
-
- -

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

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