Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
ErrorCodeMAIL.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @author Anakeen
4  * @package FDL
5 */
6 /**
7  * Errors code related to mails
8  * @class ErrorCodeMAIL
9  * @brief List all error code related to mails
10  * It is triggered by 'MAIL' keyword
11  * @see ErrorCode
12  */
14 {
15  /**
16  * @errorCode notifySendmail has a restricted list of values
17  * @see \Dcp\Core\MailTemplate
18  */
19  const MAIL0001 = "'%s' is an invalid notifySendMail value. valid values are '%s' (see \\Dcp\\Core\\MailTemplate::NOTIFY_SENDMAIL_ consts";
20 }
List all error code related to mails It is triggered by 'MAIL' keyword.
← centre documentaire © anakeen