systema-sdk
0.1.0
common
systema-sdk
/
ai.systema.model
/
SystemaResult
Systema
Result
common
class
SystemaResult
<
out
T
>
(
value
:
Any
)
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Systema
Result
Link copied to clipboard
common
fun
SystemaResult
(
value
:
Any
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
error
Link copied to clipboard
common
fun
error
(
)
:
Exception
Content copied to clipboard
value
Link copied to clipboard
common
fun
value
(
)
:
T
Content copied to clipboard
Properties
isError
Link copied to clipboard
common
val
isError
:
Boolean
Content copied to clipboard
isSuccessful
Link copied to clipboard
common
val
isSuccessful
:
Boolean
Content copied to clipboard