X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FErrorHandler.html;h=d68fffce6e0ae1e85d4c8205064573fc5f600ff5;hb=f38f85c043864b68ea519f6bdf94821c356195f1;hp=392ccbb80b2af57f8c1397ab36c8ee86749d99a6;hpb=b142df6d1278e9d0b6c4c7226bf3dae36c486410;p=poolifier.git diff --git a/docs/types/ErrorHandler.html b/docs/types/ErrorHandler.html index 392ccbb8..56dfc30b 100644 --- a/docs/types/ErrorHandler.html +++ b/docs/types/ErrorHandler.html @@ -1,30 +1,32 @@ -ErrorHandler | poolifier
+ErrorHandler | poolifier - v2.6.12
-
+
  • The search index is not available
  • poolifier - v2.6.12 +
    -
    +

    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.

          @@ -32,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