Shuttle
Toggle table of contents
modulesRelease
Target filter
modulesRelease
Switch theme
Search in API
Skip to content
Shuttle
demo-mvvm-with-process-death
/
com.grarcht.shuttle.demo.processdeath.viewmodel
/
SecondImageState
/
Error
Error
data
class
Error
(
val
message
:
String
)
:
SecondImageState
An error occurred while retrieving the image.
Members
Constructors
Error
Link copied to clipboard
constructor
(
message
:
String
)
Properties
message
Link copied to clipboard
val
message
:
String
a description of the error.