EmailMessageOperationFailureResult

data class EmailMessageOperationFailureResult(val id: String, val errorType: String)

Representation of the result of an unsuccessful operation on an email message in the Sudo Platform Email SDK.

Constructors

Link copied to clipboard
constructor(id: String, errorType: String)

Properties

Link copied to clipboard

String A description of the error that cause the message to not be updated.

Link copied to clipboard
val id: String

String The unique identifier of the message.