LoadingError

data class LoadingError(val exception: Exception)

Represent an error occurred during a network request.

Constructors

Link copied to clipboard
fun LoadingError(exception: Exception)

Properties

Link copied to clipboard
val exception: Exception