List all error code for user/group/role searching SearchAccount. More...
Data Fields | |
const | PMGT0001 = 'Parameter "%s" for application "%s" not found' |
const | PMGT0002 = 'Cannot set parameter "%s" for application "%s" : %s' |
const | PMGT0003 = 'Global parameter "%s" not found' |
const | PMGT0004 = 'User parameter "%s" for application "%s" not found' |
const | PMGT0005 = 'Cannot set user parameter "%s" for application "%s" : %s' |
const | PMGT0006 = 'Cannot set application parameter "%s" . Application "%s" not found' |
const | PMGT0007 = 'Global User parameter "%s" "%s" not found' |
const | PMGT0008 = 'Cannot set User parameter "%s" "%s" user "#%s" not found' |
List all error code for user/group/role searching SearchAccount.
Error codes used when manage application parameters
Definition at line 14 of file ErrorCodePMGT.php.
const PMGT0001 = 'Parameter "%s" for application "%s" not found' |
Definition at line 20 of file ErrorCodePMGT.php.
const PMGT0002 = 'Cannot set parameter "%s" for application "%s" : %s' |
Definition at line 24 of file ErrorCodePMGT.php.
const PMGT0003 = 'Global parameter "%s" not found' |
Definition at line 29 of file ErrorCodePMGT.php.
const PMGT0004 = 'User parameter "%s" for application "%s" not found' |
Definition at line 34 of file ErrorCodePMGT.php.
const PMGT0005 = 'Cannot set user parameter "%s" for application "%s" : %s' |
Definition at line 38 of file ErrorCodePMGT.php.
const PMGT0006 = 'Cannot set application parameter "%s" . Application "%s" not found' |
Definition at line 42 of file ErrorCodePMGT.php.
const PMGT0007 = 'Global User parameter "%s" "%s" not found' |
Definition at line 47 of file ErrorCodePMGT.php.
const PMGT0008 = 'Cannot set User parameter "%s" "%s" user "#%s" not found' |
Definition at line 52 of file ErrorCodePMGT.php.