Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
ErrorCodePRFD.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @author Anakeen
4  * @package FDL
5 */
6 /**
7  * Error codes used to checking profid
8  * @class ErrorCodePRFD
9  * @see ErrorCode
10  * @brief List all error code to check family security
11  * It is triggered by 'PROFID' keywords
12  */
14 {
15  /**
16  * @errorCode
17  * the profil id must reference a document
18  */
19  const PRFD0001 = 'profil identifier %s is not found';
20  /**
21  * @errorCode
22  * the profil id must reference a family profil or family itself
23  */
24  const PRFD0002 = 'profil %s is not a family profil';
25 }
List all error code to check family security It is triggered by 'PROFID' keywords.
← centre documentaire © anakeen