lib
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
lib
mockzilla-management-ui-common
/
com.apadmi.mockzilla.ui.engine.events
/
EventBus
/
Event
/
GenericError
Generic
Error
@
InternalMockzillaApi
data
class
GenericError
(
val
operation
:
GenericErrorableOperation
,
val
error
:
Throwable
)
:
EventBus.Event
Members
Constructors
Generic
Error
Link copied to clipboard
constructor
(
operation
:
GenericErrorableOperation
,
error
:
Throwable
)
Properties
error
Link copied to clipboard
val
error
:
Throwable
operation
Link copied to clipboard
val
operation
:
GenericErrorableOperation