Error

data class Error<T : Failure>(val cause: T) : SessionResult<T>

Session completed with an error.

Constructors

Link copied to clipboard
constructor(cause: T)

Properties

Link copied to clipboard
val cause: T

an instance of Failure describing the error.