toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunacore
/
Result
/
Companion
/
failure
failure
@
JvmName
(
name
=
"failure"
)
@
JvmStatic
fun
<
T
>
failure
(
exception
:
Throwable
)
:
Result
<
T
>
Returns the
Result
instance which presents an unsuccessful result with the
exception
value.