ERROR GENERAL

Typ

 

Versionshinweise

13.2

Web Client

Code

Groovy
MailConstants.ERROR_GENERAL

Beschreibung

Fehlercode, wenn kein spezifischer Fehler aufgetreten ist.

Beispiele

Groovy
IMailResult result = MailUtils.setActivity("ActivityPk", true, "MailConfigMatchCode");
if(!MailUtils.isSuccessful(result) && ScriptUtils.equals(MailConstants.ERROR_GENERAL, MailUtils.getErrorCode(result)))
{ ... }