X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FErrorHandler.html;h=081a25f5aae0face0ccc3c5230c51d6ca7239f90;hb=f48170aa0c8d2c5555b973ae2e040d04435ace47;hp=d7323d17aab29d2a967d3a9c77884700d6766fa1;hpb=b73887071ac359b50a7f117a76b3edf268841aac;p=poolifier.git diff --git a/docs/types/ErrorHandler.html b/docs/types/ErrorHandler.html index d7323d17..081a25f5 100644 --- a/docs/types/ErrorHandler.html +++ b/docs/types/ErrorHandler.html @@ -1,3 +1,3 @@ -ErrorHandler | poolifier - v3.0.14

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 +ErrorHandler | poolifier - v4.0.10

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

\ No newline at end of file