ZIOTrace

izumi.functional.bio.Exit$.Trace$.ZIOTrace
final case class ZIOTrace[+E](cause: Cause[E]) extends Trace[E]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Trace[E]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def asString: String

Attributes

Definition Classes
override def map[E1](f: E => E1): Trace[E1]

Attributes

Definition Classes
override def toThrowable: Throwable

Attributes

Definition Classes
override def unsafeAttachTrace(conv: E => Throwable): Throwable

Unsafely Mutate the contained Throwable to attach this Trace's debugging information to it.

Unsafely Mutate the contained Throwable to attach this Trace's debugging information to it.

Attributes

conv

convert any contained typed errors into a Throwable

Note:

may mutate arbitrary Throwables contained in the trace, discard all throwables that came from the same source

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Trace -> Any
Inherited from:
Trace