WrappedError

case class WrappedError[E](e: E) extends PolicyError[E]
trait Serializable
trait Product
trait Equals
trait PolicyError[E]
class Object
trait Matchable
class Any

Value members

Inherited methods

def fold[O](bulkheadRejection: O, circuitBreakerOpen: O, timeout: O, unwrap: E => O): O
Inherited from:
PolicyError
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def toException: Exception
Inherited from:
PolicyError
override def toString: String
Definition Classes
Inherited from:
PolicyError