Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
ErrorCodeATAG.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 ATAGID keyword
8  * @class ErrorCodeATAG
9  * @brief List all error code for DOCATAG
10  */
12 {
13  /**
14  * @errorCode Action for set are tag are ADD, DELETE or SET
15  * @see \CheckDocATag
16  */
17  const ATAG0001 = 'DOCATAG: action "%s" is not allowed to modify tag on document "%s". Allowed are %s.';
18  /**
19  * @errorCode Document to affect the tag is not set in line
20  * @see \CheckDocATag
21  */
22  const ATAG0002 = 'DOCATAG: Cannot set tag "%s". No one document referenced.';
23  /**
24  * @errorCode Document reference is not valid
25  * @see \CheckDocATag
26  */
27  const ATAG0003 = 'DOCATAG: Cannot set tag. Document "%s" not exists.';
28  /**
29  * @errorCode Incomplete line for atags
30  * @see \CheckDocATag
31  */
32  const ATAG0004 = 'DOCATAG: Too few information to use tag. At least 4 cells.';
33  /**
34  * @errorCode Tag value must be a single word
35  * @see \CheckDocATag
36  */
37  const ATAG0005 = 'DOCATAG: Document "%s", tag "%s" must not contains CR';
38 }
List all error code for DOCATAG.
← centre documentaire © anakeen