toggle menu
Jochens Next Dinner
androidJvm
switch theme
search in API
app
/
be.hogent.jochensnextdinner.ui.appSections.recipes
/
RecipeApiState
/
Error
Error
data
class
Error
(
val
message
:
String
)
:
RecipeApiState
Data class representing the error state of the Recipe API.
Members
Constructors
Error
Link copied to clipboard
constructor
(
message
:
String
)
Properties
message
Link copied to clipboard
val
message
:
String
The error message.