RefreshFailureCause

sealed interface RefreshFailureCause(source)

Represents the cause of a refresh error

Inheritors

Types

Link copied to clipboard

The refresh failed due to an internal server error

Link copied to clipboard
data class NetworkError(val exception: Throwable) : RefreshFailureCause

The refresh failed due to a network error