pubnub-kotlin-docs
Toggle table of contents
13.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
pubnub-kotlin-docs
pubnub-kotlin-core-api
/
com.pubnub.api.v2.callbacks
/
Result
/
Companion
/
failure
failure
@
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
>