Failure

data class Failure<T>(val error: Throwable, val reports: List<Report>) : K3lpResult<T> (source)

Constructors

Link copied to clipboard
constructor(error: Throwable, reports: List<Report>)

Properties

Link copied to clipboard
Link copied to clipboard
open override val reports: List<Report>