systema-sdk
/
ai.systema.model
/
SystemaResult
/
Companion
common
Companion
object
Companion
Content copied to clipboard
Functions
Functions
error
Link copied to clipboard
common
fun <
R
,
T
>
error
(result:
SystemaResult
<
T
>):
SystemaResult
<
R
>
Content copied to clipboard
fun <
T
>
error
(error:
Exception
):
SystemaResult
<
T
>
Content copied to clipboard
success
Link copied to clipboard
common
fun <
T
:
Any
>
success
(value:
T
):
SystemaResult
<
T
>
Content copied to clipboard