toggle menu
pulvreakt
0.10.1-dev0q+0606a4a6dd
common
switch theme
search in API
core
/
it.unibo.pulvreakt.api.reconfiguration.event
/
ReconfigurationResult
/
FailOnReconfiguration
Fail
On
Reconfiguration
data
class
FailOnReconfiguration
<
T
:
Any
,
E
:
Throwable
>
(
val
event
:
T
?
,
val
cause
:
E
)
:
ReconfigurationResult
<
T
>
Represents a failed reconfiguration caused by the
event
with a
cause
.
Members
Constructors
Fail
On
Reconfiguration
Link copied to clipboard
constructor
(
event
:
T
?
,
cause
:
E
)
Properties
cause
Link copied to clipboard
val
cause
:
E
event
Link copied to clipboard
val
event
:
T
?