StackTrace

final case class StackTrace(fiberId: FiberId, stackTrace: Chunk[Trace])
Companion:
object
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def prettyPrint(prefix: String): String
def prettyPrint: String
def size: Int

Converts the ZIO trace into a Java stack trace, by converting each trace element into a Java stack trace element.

Converts the ZIO trace into a Java stack trace, by converting each trace element into a Java stack trace element.

override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product