Trace

izumi.functional.bio.Exit$.Trace
See theTrace companion object
trait Trace[+E]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ZIOTrace[E]

Members list

Concise view

Value members

Abstract methods

def asString: String
def map[E1](f: E => E1): Trace[E1]
def toThrowable: Throwable
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

Concrete methods

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
Any