trixnity-clientserverapi-model
Toggle table of contents
4.14.4
common
Platform filter
common
Switch theme
Search in API
trixnity-clientserverapi-model
trixnity-clientserverapi-model
/
net.folivo.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
>