//reactivestate-core/com.ensody.reactivestate/ErrorEvents
ErrorEvents¶
[common]\ interface ErrorEvents
Events interface with a simple onError event (e.g. for use with EventNotifier).
Functions¶
Name | Summary |
---|---|
onError | [common] abstract fun onError(error: Throwable) Triggers an error event. |