Error

sealed trait Error
class Object
trait Matchable
class Any

Value members

Abstract methods

def show(using Context): String
def trace: Seq[Tree]

Concrete methods

def issue(using Context): Unit
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