WrappedError

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

Value members

Inherited methods

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