Hanami backend
Toggle table of contents
2026.7.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Hanami backend
Hanami backend
/
fi.aalto.cs.hanami.feedback
/
UpdateDocumentOutcome
Update
Document
Outcome
sealed
interface
UpdateDocumentOutcome
(
source
)
Result of an ownership-checked optimistic document update.
Inheritors
Updated
Invalid
Missing
RevisionRequired
RevisionConflict
Members
Types
Invalid
Link copied to clipboard
data
class
Invalid
(
val
detail
:
String
?
)
:
UpdateDocumentOutcome
Missing
Link copied to clipboard
data
object
Missing
:
UpdateDocumentOutcome
Revision
Conflict
Link copied to clipboard
data
object
RevisionConflict
:
UpdateDocumentOutcome
Revision
Required
Link copied to clipboard
data
object
RevisionRequired
:
UpdateDocumentOutcome
Updated
Link copied to clipboard
data
class
Updated
(
val
revision
:
Long
)
:
UpdateDocumentOutcome