toggle menu
Storyteller SDK Documentation
11.2.0-local-master-c0ea6738e
switch theme
search in API
Storyteller SDK Documentation
/
com.storyteller.remote.common.result
/
OperationResult
/
Companion
Companion
object
Companion
Members
Functions
failure
Link copied to clipboard
fun
<
T
>
failure
(
exception
:
Throwable
)
:
OperationResult
<
T
>
success
Link copied to clipboard
fun
<
T
>
success
(
value
:
T
)
:
OperationResult
<
T
>