Updated Email Message Result Entity
Core entity representation of the result of an update to an email message.
Consists of two subclasses. One for success and one for failure.
Inheritors
Types
Link copied to clipboard
data class UpdatedEmailMessageFailureEntity(val id: String, val errorType: String) : UpdatedEmailMessageResultEntity
Core entity representation of the result of an unsuccessful update to an email message.
Link copied to clipboard
data class UpdatedEmailMessageSuccessEntity(val id: String, val createdAt: Date, val updatedAt: Date) : UpdatedEmailMessageResultEntity
Core entity representation of the result of a successful update to an email message.