transferum
    Preparing search index...

    Type Alias ErrorHandler<TSource>

    ErrorHandler: (e: Error, source: TSource) => void

    Error handler — receives an Error and returns void.

    Type Parameters

    • TSource

    Type Declaration

      • (e: Error, source: TSource): void
      • Parameters

        Returns void