Error

data class Error(val exception: Throwable) : Response<Nothing>

Constructors

Link copied to clipboard
constructor(exception: Throwable)

Properties

Link copied to clipboard