class Failure<out E : Exception> : Result<Nothing, E>
(js)
<init> |
Failure(error: E) |
(js)
error |
val error: E |
(js)
component2 |
fun component2(): E? |
(js)
equals |
fun equals(other: Any?): Boolean |
(js)
get |
fun get(): Nothing |
(js)
getException |
fun getException(): E |
(js)
hashCode |
fun hashCode(): Int |
(js)
toString |
fun toString(): String |