Updated Email Message Result
Representation of the result of an update to an email message in the Sudo Platform Email SDK.
Consists of two subclasses. One for success and one for failure.
Inheritors
Types
Link copied to clipboard
data class UpdatedEmailMessageFailure(val id: String, val errorType: String) : UpdatedEmailMessageResult
Representation of the result of an unsuccessful update to an email message in the Sudo Platform Email SDK.
Link copied to clipboard
data class UpdatedEmailMessageSuccess(val id: String, val createdAt: Date, val updatedAt: Date) : UpdatedEmailMessageResult
Representation of the result of a successful update to an email message in the Sudo Platform Email SDK.