data class Failed : UIState
Failed(message: String? = null)Failed(message: String? = null, state: UIState? = null)Failed(message: String? = null, error: Throwable? = null, state: UIState? = null)Failed(message: String? = null, error: Exception? = null, state: UIState? = null)Failed(message: String? = null, error: UIError? = null, state: UIState? = null) |
val error: UIError? |
|
val message: String? |
|
val state: UIState? |
fun UIState.Failed.isDatabaseError(): Boolean |
|
fun UIState.Failed.isNetworkError(): Boolean |