Error

data class Error(val exception: Exception) : DataState<Nothing>

Constructors

Link copied to clipboard
constructor(exception: Exception)

Properties

Link copied to clipboard
val exception: Exception