final case class Error[+E](error: E, trace: Trace[E]) extends FailureUninterrupted[E] with Product with Serializable
Instance Constructors
- new Error(error: E, trace: Trace[E])
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asFailure: Some[FailureUninterrupted[E]]
- final def asInstanceOf[T0]: T0
- final def asSuccess: None.type
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- val error: E
- def finalize(): Unit
- final def flatMap[E1 >: E, B](f: (Nothing) => Exit[E1, B]): Error.this.type
- final def getClass(): Class[_ <: AnyRef]
- final def isFailure: Boolean
- final def isInstanceOf[T0]: Boolean
- final def isInterrupted: Boolean
- final def isSuccess: Boolean
- final def isUninterrupted: Boolean
- def leftMap[E1](f: (E) => E1): Error[E1]
- final def map[B](f: (Nothing) => B): Error.this.type
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def productElementNames: Iterator[String]
- final def synchronized[T0](arg0: => T0): T0
- def toEither: Right[Nothing, E]
- def toEitherCompound: Right[Nothing, E]
- final def toThrowable(conv: (E) => Throwable): Throwable
- final def toThrowable(implicit ev: <:<[E, Throwable]): Throwable
- def toThrowableEither(implicit ev: <:<[E, Throwable]): Either[Throwable, Nothing]
- def toTry(implicit ev: <:<[E, Throwable]): Try[Nothing]
- val trace: Trace[E]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Inherited from Product
Inherited from Equals
Inherited from Exit[E, Nothing]
Inherited from AnyRef
Inherited from Any