StackTrace

zio.StackTrace
See theStackTrace companion object
final case class StackTrace(fiberId: FiberId, stackTrace: Chunk[Trace])

Attributes

Companion:
object
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def prettyPrint(prefix: String): 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.

Attributes

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

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product