toggle menu
pubnub-kotlin-core-api
10.2.0
common
switch theme
search in API
pubnub-kotlin-core-api
/
com.pubnub.api.v2.callbacks
/
Result
/
Companion
/
failure
failure
common
@
JvmStatic
fun
<
T
>
failure
(
exception
:
PubNubException
)
:
Result
<
T
>
Returns an instance that encapsulates the given
PubNubException
as failure.
@
JvmStatic
fun
<
T
>
failure
(
exception
:
Throwable
)
:
Result
<
T
>