toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
ui
/
edu.stanford.spezi.ui
/
ViewState
/
Error
Error
data
class
Error
(
val
throwable
:
Throwable
?
)
:
ViewState
Members
Constructors
Error
Link copied to clipboard
constructor
(
throwable
:
Throwable
?
)
Properties
error
Message
Link copied to clipboard
@get:
Composable
@get:
ReadOnlyComposable
val
errorMessage
:
String
error
Title
Link copied to clipboard
@get:
Composable
@get:
ReadOnlyComposable
val
errorTitle
:
String
throwable
Link copied to clipboard
val
throwable
:
Throwable
?