List all error code for profil. More...
Data Fields | |
const | PRFL0001 = 'profil identifier is not set' |
const | PRFL0002 = 'profil identifier "%s" is not found' |
const | PRFL0003 = 'document identifier "%s" is not found, profil not set' |
const | PRFL0004 = 'profil "%s" is not compatible with "%s" document' |
const | PRFL0005 = 'unavailable modifier "%s" must be one of %s' |
const | PRFL0100 = 'acl syntax error "%s" for "%s" profil, must be "<acl>=<user|group>"' |
const | PRFL0101 = 'unavailable acl "%s" for "%s" profil, must be one of %s' |
const | PRFL0102 = 'user id not set in acl for "%s" profil' |
const | PRFL0103 = 'account "%s" not found in acl for "%s" static profil' |
const | PRFL0104 = 'user login "%s" not found in acl for "%s" static profil' |
const | PRFL0200 = 'user or attribute "%s" not found in acl for "%s" dynamic profil, available are %s' |
const | PRFL0201 = 'attribute "%s" is not a relation in acl for "%s" dynamic profil (not an account or a docid with isuser=yes), available are %s' |
const | PRFL0202 = 'family profil"%s" must not have dpdoc_famid' |
const | PRFL0203 = 'unknow dynamic reference "%s" for "%s" dynamic profil' |
const | PRFL0204 = 'user login "%s" not found in acl for profil' |
const | PRFL0300 = 'Export option setExportAccountType "%s" not available. Availables are : %s' |
List all error code for profil.
Errors code used to checking document's profil
Definition at line 12 of file ErrorCodePRFL.php.
const PRFL0001 = 'profil identifier is not set' |
Definition at line 18 of file ErrorCodePRFL.php.
const PRFL0002 = 'profil identifier "%s" is not found' |
Definition at line 23 of file ErrorCodePRFL.php.
const PRFL0003 = 'document identifier "%s" is not found, profil not set' |
Definition at line 28 of file ErrorCodePRFL.php.
const PRFL0004 = 'profil "%s" is not compatible with "%s" document' |
Definition at line 33 of file ErrorCodePRFL.php.
const PRFL0005 = 'unavailable modifier "%s" must be one of %s' |
Definition at line 38 of file ErrorCodePRFL.php.
const PRFL0100 = 'acl syntax error "%s" for "%s" profil, must be "<acl>=<user|group>"' |
Definition at line 43 of file ErrorCodePRFL.php.
const PRFL0101 = 'unavailable acl "%s" for "%s" profil, must be one of %s' |
Definition at line 48 of file ErrorCodePRFL.php.
const PRFL0102 = 'user id not set in acl for "%s" profil' |
Definition at line 53 of file ErrorCodePRFL.php.
const PRFL0103 = 'account "%s" not found in acl for "%s" static profil' |
Definition at line 58 of file ErrorCodePRFL.php.
const PRFL0104 = 'user login "%s" not found in acl for "%s" static profil' |
Definition at line 63 of file ErrorCodePRFL.php.
const PRFL0200 = 'user or attribute "%s" not found in acl for "%s" dynamic profil, available are %s' |
Definition at line 68 of file ErrorCodePRFL.php.
const PRFL0201 = 'attribute "%s" is not a relation in acl for "%s" dynamic profil (not an account or a docid with isuser=yes), available are %s' |
Definition at line 73 of file ErrorCodePRFL.php.
const PRFL0202 = 'family profil"%s" must not have dpdoc_famid' |
Definition at line 78 of file ErrorCodePRFL.php.
const PRFL0203 = 'unknow dynamic reference "%s" for "%s" dynamic profil' |
Definition at line 83 of file ErrorCodePRFL.php.
const PRFL0204 = 'user login "%s" not found in acl for profil' |
Definition at line 87 of file ErrorCodePRFL.php.
const PRFL0300 = 'Export option setExportAccountType "%s" not available. Availables are : %s' |
Definition at line 92 of file ErrorCodePRFL.php.