Interface EmailMessageOperationFailureResult

The Sudo Platform SDK representation of the result of a failed update to an email message.

EmailMessageOperationFailureResult

interface EmailMessageOperationFailureResult {
    errorType: string;
    id: string;
}

Properties

Properties

errorType: string

A description of the error that cause the update to fail

id: string

The unique id of the message.