Interface ErrorHandlingCallback


public interface ErrorHandlingCallback
Callback for deciding how an error should be handled.
  • Method Details

    • errorOccurred

      ErrorHandlingMode errorOccurred(Exception e)
      Called when an error has occurred.
      Parameters:
      e - the exception
      Returns:
      the desired way to proceed