kvision / pl.treksoft.kvision.cordova / Result / Failure

Failure

(js) class Failure<out E : Exception> : Result<Nothing, E>

Constructors

(js)

<init>

Failure(error: E)

Properties

(js)

error

val error: E

Functions

(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