tessera
Toggle table of contents
1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
tessera
tessera
/
ratph6.tessera.engine
/
TesseraError
Tessera
Error
data
class
TesseraError
(
val
where
:
String
,
val
detail
:
String
,
val
tick
:
Long
,
val
stack
:
String
?
=
null
)
A captured script error, surfaced by
/te errors
and the console.
stack
is the full chain.
Members
Constructors
Tessera
Error
Link copied to clipboard
constructor
(
where
:
String
,
detail
:
String
,
tick
:
Long
,
stack
:
String
?
=
null
)
Properties
detail
Link copied to clipboard
val
detail
:
String
stack
Link copied to clipboard
val
stack
:
String
?
tick
Link copied to clipboard
val
tick
:
Long
where
Link copied to clipboard
val
where
:
String