List all error code for DOCATAG. More...
Data Fields | |
const | ATAG0001 = 'DOCATAG: action "%s" is not allowed to modify tag on document "%s". Allowed are %s.' |
const | ATAG0002 = 'DOCATAG: Cannot set tag "%s". No one document referenced.' |
const | ATAG0003 = 'DOCATAG: Cannot set tag. Document "%s" not exists.' |
const | ATAG0004 = 'DOCATAG: Too few information to use tag. At least 4 cells.' |
const | ATAG0005 = 'DOCATAG: Document "%s", tag "%s" must not contains CR' |
List all error code for DOCATAG.
Errors code used to checking ATAGID keyword
Definition at line 11 of file ErrorCodeATAG.php.
const ATAG0001 = 'DOCATAG: action "%s" is not allowed to modify tag on document "%s". Allowed are %s.' |
Definition at line 17 of file ErrorCodeATAG.php.
const ATAG0002 = 'DOCATAG: Cannot set tag "%s". No one document referenced.' |
Definition at line 22 of file ErrorCodeATAG.php.
const ATAG0003 = 'DOCATAG: Cannot set tag. Document "%s" not exists.' |
Definition at line 27 of file ErrorCodeATAG.php.
const ATAG0004 = 'DOCATAG: Too few information to use tag. At least 4 cells.' |
Definition at line 32 of file ErrorCodeATAG.php.
const ATAG0005 = 'DOCATAG: Document "%s", tag "%s" must not contains CR' |
Definition at line 37 of file ErrorCodeATAG.php.