ErrorEvent

data class ErrorEvent(val message: String) : PresentationEvent

Generic error event returning the exception as message for debugging purposes.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard

The exception as string.