X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FErrorHandler.html;h=9f1571100f17ecb9d993186fe2ddc826d6f58ba5;hb=79f98bd9040049eec047b50d2cbd0878fdc9e6f1;hp=0c88aa59b61d1f89c4839ef7951069a2b7283fe7;hpb=4736ba628fabbf7e34e36ef0f55a96e86b7033ac;p=poolifier.git diff --git a/docs/types/ErrorHandler.html b/docs/types/ErrorHandler.html index 0c88aa59..5587c246 100644 --- a/docs/types/ErrorHandler.html +++ b/docs/types/ErrorHandler.html @@ -1,4 +1,4 @@ -ErrorHandler | poolifier
+ErrorHandler | poolifier - v2.6.15
  • Preparing search index...
  • -
  • The search index is not available
poolifier
+
  • The search index is not available
  • poolifier - v2.6.15
    -
    +

    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.

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