Error

final case class Error[+E](value: E) extends Cause[E]
class Cause[E]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def fold[B](fa: Throwable => B, fb: E => B): B
Inherited from
Cause
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def toThrowable(E: E <:< Throwable): Throwable
Inherited from
Cause