ErrorState

data class ErrorState(exception: Throwable) : State<Nothing>

Properties

Link copied to clipboard
var exception: Throwable