toggle menu
flatInvoker
common
switch theme
search in API
reaktor-navigation
/
dev.shibasis.reaktor.navigation.screen
/
ErrorScreenProps
Error
Screen
Props
data
class
ErrorScreenProps
(
val
errorMessage
:
String
=
"Oops! Something went wrong."
,
val
onRetry
:
(
)
->
Unit
=
{}
)
:
Props
Members
Constructors
Error
Screen
Props
Link copied to clipboard
constructor
(
errorMessage
:
String
=
"Oops! Something went wrong."
,
onRetry
:
(
)
->
Unit
=
{}
)
Properties
error
Message
Link copied to clipboard
val
errorMessage
:
String
on
Retry
Link copied to clipboard
val
onRetry
:
(
)
->
Unit