Interface RouteError


  • public interface RouteError
    • Method Detail

      • getPhase

        RouteError.Phase getPhase()
        Gets the phase associated with the error.
        Returns:
        the phase.
      • getException

        Throwable getException()
        Gets the error.
        Returns:
        the error.
      • isUnhealthy

        boolean isUnhealthy()
        Whether the route is regarded as unhealthy.