Skip to main content
Skip table of contents

ERROR_CONFIGURATION

Typ


Versionshinweise

21.1

Web Client

Code

GROOVY
MailConstants.ERROR_CONFIGURATION

Beschreibung

Fehlercode, wenn die E-Mail-Konfiguration nicht gefunden wurde oder fĂĽr den aktuellen Benutzer nicht konfiguriert ist.

Beispiele

GROOVY
IMailResult result = MailUtils.setActivity("ActivityPk", true, "NotExsistingMailConfig");
if(!MailUtils.isSuccessful(result) && ScriptUtils.equals(MailConstants.ERROR_CONFIGURATION, MailUtils.getErrorCode(result)))
{ ... }
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.