NetworkError

data class NetworkError(val exception: Throwable) : RefreshFailureCause(source)

The refresh failed due to a network error

Parameters

exception

The exception that caused the error

Constructors

Link copied to clipboard
constructor(exception: Throwable)

Properties

Link copied to clipboard