trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-clientserverapi-model
/
de.connect2x.trixnity.clientserverapi.model.uia
/
ResponseWithUIA
Response
With
UIA
sealed
interface
ResponseWithUIA
<
T
>
Inheritors
Success
Step
Error
Members
Types
Error
Link copied to clipboard
data
class
Error
<
T
>
(
val
state
:
UIAState
,
val
errorResponse
:
ErrorResponse
)
:
ResponseWithUIA
<
T
>
Step
Link copied to clipboard
data
class
Step
<
T
>
(
val
state
:
UIAState
)
:
ResponseWithUIA
<
T
>
Success
Link copied to clipboard
data
class
Success
<
T
>
(
val
value
:
T
)
:
ResponseWithUIA
<
T
>