Error

class Error<out E>(val error: E) : LoadingState<Nothing, E> (source)

Constructors

Link copied to clipboard
constructor(error: E)

Properties

Link copied to clipboard
val error: E