WrappedError

nl.vroste.rezilience.Timeout.WrappedError
case class WrappedError[E](error: E) extends TimeoutError[E]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TimeoutError[E]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def fold[O](onTimeout: O, unwrap: E => O): O

Attributes

Inherited from:
TimeoutError
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def toException: Exception

Attributes

Inherited from:
TimeoutError