Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
ErrorCodeORDR.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @author Anakeen
4  * @package FDL
5 */
6 /**
7  * Errors code used when import ORDER
8  * @class ErrorCodeORDR
9  * @brief List all error code for ORDR
10  */
12 {
13  /**
14  * @errorCode
15  * the reference family must begin with a letter and must contains only alphanum characters
16  */
17  const ORDR0001 = 'syntax error family reference "%s" for ORDER';
18  /**
19  * @errorCode
20  * the reference family must exists
21  */
22  const ORDR0002 = 'family reference "%s" not exists for ORDER';
23  /**
24  * @errorCode
25  * the reference family must be a family
26  */
27  const ORDR0003 = 'family reference "%s" is not a family';
28  /**
29  * @errorCode
30  * must have create privilege to import thid kind of document
31  */
32  const ORDR0004 = 'insufficient privileges to import ORDER of "%s" family ';
33  /**
34  * @errorCode
35  * the ORDER cannot be imported because family is not completed
36  */
37  const ORDR0005 = 'family error detected "%s" for the ORDER : %s';
38  /**
39  * @errorCode
40  * when define ORDER the family reference is required
41  */
42  const ORDR0006 = 'family reference is empty for ORDER';
43  /**
44  * @errorCode
45  * need define attribute
46  */
47  const ORDR0100 = 'Invalid ORDER attribute: attribute "%s" is not an attribute of "%s" family';
48 }
List all error code for ORDR.
← centre documentaire © anakeen