WrappedError

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

Value members

Inherited methods

def fold[O](circuitBreakerOpen: O, unwrap: E => O): O
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def toException: Exception