Error

data class Error(val message: UiText) : UiState<Nothing> (source)

An error occurred while loading.

Constructors

Link copied to clipboard
constructor(message: UiText)

Properties

Link copied to clipboard
val message: UiText

Functions

Link copied to clipboard
fun <T> UiState<T>.dataOrNull(): T?

Returns the Content data, or null if this state is Loading or Error.