lib
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
lib
demo-android
/
com.apadmi.mockzilla.demo.ui
/
MainViewModel
/
State
/
FetchError
Fetch
Error
data
class
FetchError
(
val
values
:
MainViewModel.State.Values
,
val
error
:
String
)
:
MainViewModel.State
Members
Constructors
Fetch
Error
Link copied to clipboard
constructor
(
values
:
MainViewModel.State.Values
,
error
:
String
)
Properties
error
Link copied to clipboard
val
error
:
String
values
Link copied to clipboard
open
override
val
values
:
MainViewModel.State.Values