Error

data class Error(val t: Throwable) : NetworkState

Error is a data class that represents the error state of the network.

Parameters

t

The throwable that is returned from the network.

Constructors

Link copied to clipboard
constructor(t: Throwable)

Properties

Link copied to clipboard