munchies
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
munchies
restaurant-service
/
com.munchies.restaurant.application.usecase.menu
/
UpdateCategoryResult
Update
Category
Result
sealed
interface
UpdateCategoryResult
Inheritors
Success
MenuNotFound
InvalidCategory
Members
Types
Invalid
Category
Link copied to clipboard
data
class
InvalidCategory
(
val
error
:
String
)
:
UpdateCategoryResult
Menu
Not
Found
Link copied to clipboard
data
object
MenuNotFound
:
UpdateCategoryResult
Success
Link copied to clipboard
data
class
Success
(
val
category
:
Category
)
:
UpdateCategoryResult