X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FErrorHandler.html;h=f10ecad6a5bd511cedd9c06d9d0d0da69d519762;hb=1d9f69fa27366fd18f2600beeee89187306df22a;hp=885828a6eaffd98832987264b5decb6741580786;hpb=21402562176f7550bcd9ba620cf551972fca6e98;p=poolifier.git diff --git a/docs/types/ErrorHandler.html b/docs/types/ErrorHandler.html index 885828a6..a94d719b 100644 --- a/docs/types/ErrorHandler.html +++ b/docs/types/ErrorHandler.html @@ -1,4 +1,4 @@ -ErrorHandler | poolifier
+ErrorHandler | poolifier - v2.6.25
  • Preparing search index...
  • -
  • The search index is not available
poolifier
+
  • The search index is not available
  • poolifier - v2.6.25
    -
    +

    Type alias ErrorHandler<Worker>

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

    Type Parameters

    -
      +
      • -

        Worker

    +

    Worker extends IWorker

    Type declaration

    • -
        -
      • (this: Worker, e: Error): void
      • +
          +
        • (this, error): void
        • Callback invoked if the worker raised an error.

          @@ -34,16 +34,18 @@

          Parameters

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

    Returns void

    +

    Returns void

    +
    - +
    +
    -
    +

    Theme

    + +

    Generated using TypeDoc

    -
    \ No newline at end of file +
    \ No newline at end of file