Error

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

Represents a failed response containing an exception.

Constructors

Link copied to clipboard
constructor(exception: Throwable)

Properties

Link copied to clipboard

The exception that caused the failure.