CausedBy

class CausedBy(`type`: String, val reason: String, val scriptStack: Seq[String], val causedBy: Option[CausedBy])
class Object
trait Matchable
class Any

Value members

Concrete methods

def other(key: String): Option[String]
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

Concrete fields

val `type`: String
val causedBy: Option[CausedBy]
val reason: String
val scriptStack: Seq[String]