Interface ErrorPostProcessor

    • Method Detail

      • postProcessError

        String postProcessError​(ErrorHandler handler,
                                Actor source,
                                String type,
                                String msg)
        Post-processes the error.
        Parameters:
        handler - the error handler that this call comes from
        source - the source actor where the error originated
        type - the type of error
        msg - the error message
        Returns:
        the (potentially) updated error message