systema-sdk
0.1.0
common
systema-sdk
/
ai.systema.model
/
SystemaResult
/
Companion
Companion
common
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