Error

izumi.functional.bio.Exit$.Error
final case class Error[+E](error: E, trace: Trace[E]) extends Failure[E]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Failure[E]
trait Exit[E, Nothing]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def leftMap[E1](f: E => E1): Exit[E1, Nothing]

Attributes

Definition Classes
override def toEither: Right[Nothing, E]

Attributes

Definition Classes
override def toEitherCompound: Right[Nothing, E]

Attributes

Definition Classes
override def toThrowableEither(implicit ev: E <:< Throwable): Either[Throwable, Nothing]

Attributes

Definition Classes

Inherited methods

final override def flatMap[E1 >: E, B](f: Nothing => Exit[E1, B]): Failure.this.type

Attributes

Definition Classes
Inherited from:
Failure
final override def map[B](f: Nothing => B): Failure.this.type

Attributes

Definition Classes
Inherited from:
Failure
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def toThrowable(conv: E => Throwable): Throwable

Attributes

Inherited from:
Failure
final def toThrowable(implicit ev: E <:< Throwable): Throwable

Attributes

Inherited from:
Failure
final def unsafeAttachTrace(conv: E => Throwable): Throwable

Attributes

Inherited from:
Failure