Keel
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Keel
keel-core
/
com.keel.kernel.plugin
/
PluginFailureRecord
Plugin
Failure
Record
data
class
PluginFailureRecord
(
val
timestamp
:
Long
,
val
source
:
String
,
val
message
:
String
)
(
source
)
Members
Constructors
Plugin
Failure
Record
Link copied to clipboard
constructor
(
timestamp
:
Long
,
source
:
String
,
message
:
String
)
Properties
message
Link copied to clipboard
val
message
:
String
source
Link copied to clipboard
val
source
:
String
timestamp
Link copied to clipboard
val
timestamp
:
Long