Error

data class Error(throwable: Throwable) : Event<Nothing>

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val throwable: Throwable