StackTrace

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

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def ++(that: StackTrace): StackTrace
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