Options used to configure the behavior of the Angular ErrorHandler.

Hierarchy

  • ErrorHandlerOptions

Methods

Methods

  • Custom implementation of error extraction from the raw value captured by the Angular.

    Parameters

    • error: unknown

      Value captured by Angular's ErrorHandler provider

    • defaultExtractor: ((error) => unknown)

      Default implementation that can be used as the fallback in case of custom implementation

        • (error): unknown
        • Parameters

          • error: unknown

          Returns unknown

    Returns unknown

Generated using TypeDoc