X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FErrorHandler.html;h=a3ae170b64401c2716c4be90a7cde28d22ec3a94;hb=7cf320c9070f49efc4c68d9330d11c61fb995359;hp=32454fba4e238e27cb9100adaa93428a8c282339;hpb=b8882b9d826a828a34eb8ba64b02a74b83db9a09;p=poolifier.git diff --git a/docs/types/ErrorHandler.html b/docs/types/ErrorHandler.html index 32454fba..a3ae170b 100644 --- a/docs/types/ErrorHandler.html +++ b/docs/types/ErrorHandler.html @@ -1,3 +1,3 @@ -ErrorHandler | poolifier - v3.1.14

Type alias ErrorHandler<Worker>

ErrorHandler<Worker>: ((this, error) => void)

Callback invoked if the worker raised an error.

+ErrorHandler | poolifier - v3.1.17

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 +

Type declaration

    • (this, error): void
    • Parameters

      Returns void

Generated using TypeDoc

\ No newline at end of file