Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
ErrorCodeINIT.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 METHOD keyword
8  * @class ErrorCodeINIT
9  * @brief List all error code for METHOD
10  * @see ErrorCode
11  */
13 {
14  /**
15  * @errorCode initial parameter value must reference attribute (63 max alphanum characters)
16  */
17  const INIT0001 = 'initial parameter value "%s" syntax error in "%s" family';
18  /**
19  * @errorCode initial parameter value must reference attribute
20  */
21  const INIT0002 = 'initial parameter value reference is empty in "%s" family';
22  /**
23  * @errorCode INITIAL method is not correctly defined
24  */
25  const INIT0003 = 'the initial parameter value "%s" reference method "%s" in "%s" family : %s';
26  /**
27  * @errorCode error definition of method in INITIAL key or in already set parameter
28  * @see ErrorCodeATTR::ATTR1260
29  * @see ErrorCodeATTR::ATTR1263
30  * @see ErrorCodeATTR::ATTR1261
31  */
32  const INIT0004 = 'method error parameter "%s" in family "%s" : %s';
33  /**
34  * @errorCode unknow attribute found in INITIAL key or in already set parameter
35  */
36  const INIT0005 = 'the parameter value reference "%s" is not found in "%s" family';
37  /**
38  * @errorCode unknow attribute found in INITIAL key or in already set parameter
39  */
40  const INIT0006 = 'the parameter value reference "%s" is not a parameter but an attribut in "%s" family';
41 }
List all error code for METHOD.
← centre documentaire © anakeen