X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2Ftypes%2FErrorHandler.html;h=2be370a590db6c220aa7e4fd445d34eab5938479;hb=c99df098ff02de4aeb34a422f2ab7c525e7c37ae;hp=ad116dcdac811ff5dea9736abf5f02e4c81b2ecc;hpb=1f9e78bf296d318acc29016077d9aa29f305a04f;p=poolifier.git diff --git a/docs/types/ErrorHandler.html b/docs/types/ErrorHandler.html index ad116dcd..2be370a5 100644 --- a/docs/types/ErrorHandler.html +++ b/docs/types/ErrorHandler.html @@ -1,3 +1,3 @@ -ErrorHandler | poolifier - v3.1.5

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 - v3.1.30

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