Package-level declarations

Types

Link copied to clipboard
sealed class LoadState

State representing ongoing, completed or failed operations

Link copied to clipboard
sealed class NetworkState

State representing ongoing, completed or failed requests

Link copied to clipboard
data class RequestError(val topic: String? = null, val description: String? = null, val throwable: Throwable? = null) : Throwable

Custom error for requests