List all error code for user/group/tole mamnagement. More...
Data Fields | |
const | ACCT0001 = 'Cannot add role "%s" for %s user "%s". This role is unknow' |
const | ACCT0002 = 'Cannot add role "%s" in unassigned user object' |
const | ACCT0003 = 'Cannot add role "%s" into a role or a group ("%s"). ' |
const | ACCT0004 = 'Cannot delete all role to a unassigned user object' |
const | ACCT0005 = 'Cannot delete all role to a role ("%s") object' |
const | ACCT0006 = 'Cannot set role "%s" in unassigned user object' |
const | ACCT0007 = 'Cannot set role "%s" into a role ("%s"). ' |
const | ACCT0008 = 'Cannot add role "%s" for %s user "%s". This role is unknow' |
const | ACCT0100 = 'Account "%s" ( #%d ) as no type. Must be a user, group or role' |
const | ACCT0101 = 'Search Account must be initialized before export it' |
const | ACCT0200 = 'Substitute "%s" not found for users "%s"' |
const | ACCT0201 = 'Cannot import account XML file : no match schema : %s' |
const | ACCT0202 = 'Cannot import account XML file : family "%s" not found' |
const | ACCT0203 = 'Cannot import account XML file : document tag no match schema : %s' |
const | ACCT0204 = 'User Abort' |
const | ACCT0205 = 'User Abort' |
const | ACCT0206 = 'Stop On Error' |
const | ACCT0207 = 'Export directory "%s" is not a directory' |
const | ACCT0208 = 'Export directory "%s" is not a writable' |
const | ACCT0209 = 'Mismatch logical name "%s" <> "%s"' |
List all error code for user/group/tole mamnagement.
Error codes used to checking manage user/group/role
Definition at line 12 of file ErrorCodeACCT.php.
const ACCT0001 = 'Cannot add role "%s" for %s user "%s". This role is unknow' |
Definition at line 19 of file ErrorCodeACCT.php.
const ACCT0002 = 'Cannot add role "%s" in unassigned user object' |
Definition at line 24 of file ErrorCodeACCT.php.
const ACCT0003 = 'Cannot add role "%s" into a role or a group ("%s"). ' |
Definition at line 29 of file ErrorCodeACCT.php.
const ACCT0004 = 'Cannot delete all role to a unassigned user object' |
Definition at line 34 of file ErrorCodeACCT.php.
const ACCT0005 = 'Cannot delete all role to a role ("%s") object' |
Definition at line 39 of file ErrorCodeACCT.php.
const ACCT0006 = 'Cannot set role "%s" in unassigned user object' |
Definition at line 44 of file ErrorCodeACCT.php.
const ACCT0007 = 'Cannot set role "%s" into a role ("%s"). ' |
Definition at line 49 of file ErrorCodeACCT.php.
const ACCT0008 = 'Cannot add role "%s" for %s user "%s". This role is unknow' |
Definition at line 56 of file ErrorCodeACCT.php.
Definition at line 60 of file ErrorCodeACCT.php.
const ACCT0101 = 'Search Account must be initialized before export it' |
Definition at line 65 of file ErrorCodeACCT.php.
const ACCT0200 = 'Substitute "%s" not found for users "%s"' |
Definition at line 70 of file ErrorCodeACCT.php.
const ACCT0201 = 'Cannot import account XML file : no match schema : %s' |
Definition at line 75 of file ErrorCodeACCT.php.
const ACCT0202 = 'Cannot import account XML file : family "%s" not found' |
Definition at line 80 of file ErrorCodeACCT.php.
const ACCT0203 = 'Cannot import account XML file : document tag no match schema : %s' |
Definition at line 85 of file ErrorCodeACCT.php.
const ACCT0204 = 'User Abort' |
Definition at line 90 of file ErrorCodeACCT.php.
const ACCT0205 = 'User Abort' |
Definition at line 95 of file ErrorCodeACCT.php.
const ACCT0206 = 'Stop On Error' |
Definition at line 100 of file ErrorCodeACCT.php.
const ACCT0207 = 'Export directory "%s" is not a directory' |
Definition at line 105 of file ErrorCodeACCT.php.
const ACCT0208 = 'Export directory "%s" is not a writable' |
Definition at line 110 of file ErrorCodeACCT.php.
const ACCT0209 = 'Mismatch logical name "%s" <> "%s"' |
Definition at line 115 of file ErrorCodeACCT.php.