JimError

data class JimError(val where: String, val detail: String, val tick: Long, val stack: String? = null)

A captured script error, surfaced by /jim errors and the console. stack is the full chain.

Constructors

Link copied to clipboard
constructor(where: String, detail: String, tick: Long, stack: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tick: Long
Link copied to clipboard