Error

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

Functions

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

Properties

throwable
Link copied to clipboard
val throwable: Throwable