Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
ErrorCodeINH.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @author Anakeen
4  * @package FDL
5 */
6 /**
7  * Errors code used for input help
8  * @class ErrorCodeINH
9  * @see ErrorCode
10  * @brief List all error code for input help access
11  *
12  * @see ErrorCode
13  */
15 {
16  /**
17  * @errorCode
18  * structure must be an array of array
19  */
20  const INH0001 = 'structure error in result function "%s" defined in "%s" attribute';
21  /**
22  * @errorCode
23  * the input help function rmust return only utf-8 encoding characters
24  */
25  const INH0002 = 'encoding error in result for "%s" function "%s" defined in "%s" attribute';
26 }
List all error code for input help access.
← centre documentaire © anakeen