CreateDocumentOutcome

sealed interface CreateDocumentOutcome(source)

Result of validating, stamping, and storing a new feedback document.

Inheritors

Types

Link copied to clipboard
data class Created(val record: DocumentRecord) : CreateDocumentOutcome
Link copied to clipboard
data class Invalid(val detail: String?) : CreateDocumentOutcome