Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
ErrorCodeMSK.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @author Anakeen
4  * @package FDL
5 */
6 /**
7  * Errors code used to checking masks
8  * @class ErrorCodeMSK
9  * @see ErrorCode
10  * @brief List all error code for mask class definition
11  */
13 {
14  /**
15  * @errorCode msk_famid must not be empty
16  */
17  const MSK0001 = 'Family id in mandatory in "%s" mask definition';
18  /**
19  * @errorCode msk_famid must contain a reference to existing family
20  */
21  const MSK0002 = 'Family id "%s" not reference a family in in "%s" mask definition';
22  /**
23  * @errorCode msk_attrids must reference attribut of family.
24  */
25  const MSK0003 = 'Attribut "%s" is not a reference to "%s" family in "%s" mask definition';
26 }
List all error code for mask class definition.
← centre documentaire © anakeen