X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FErrorHandler.html;h=b4e14b704825a291ffcfa812d0735278465be164;hb=14b39b9c09ab382fa25dcb0d52c50b6d05a3affb;hp=bf282771b99f395c91851e9f2eb3f15baa673040;hpb=90e3ad3a6abc5f39b81fb32e32d1d787bf85cf5d;p=poolifier.git diff --git a/docs/types/ErrorHandler.html b/docs/types/ErrorHandler.html index bf282771..b4e14b70 100644 --- a/docs/types/ErrorHandler.html +++ b/docs/types/ErrorHandler.html @@ -1,3 +1,3 @@ -ErrorHandler | poolifier - v3.1.11

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

Type Alias ErrorHandler<Worker>

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

Callback invoked if the worker raised an error.

+

Type Parameters

  • Worker extends IWorker

    Type of worker.

    +
\ No newline at end of file