novx
    Preparing search index...

    Class ErrorManager

    ErrorManager is responsible to handle errors by delegating to registered methods which match the error type.

    Index

    Constructors

    Methods

    • Handle an error by calling the appropriate error handler. This method will mark the error as handled in order to avoid double handling.

      Parameters

      • error: any

        the error to be handled

      • OptionalerrorContext: ErrorContext

        an optional context.

      Returns any

      error the error for further actions