PolicyError

sealed trait PolicyError[+E]
class Object
trait Matchable
class Any
object BulkheadRejection.type
object CallTimedOut.type
object CircuitBreakerOpen.type
class WrappedError[E]

Value members

Concrete methods

def fold[O](bulkheadRejection: O, circuitBreakerOpen: O, timeout: O, unwrap: E => O): O
def toException: Exception
override def toString: String
Definition Classes
Any