List all error code for application access It is triggered by 'ACCESS' keyword. More...
Data Fields | |
const | ACCS0001 = 'application %s is not found, cannot apply access' |
const | ACCS0002 = 'acl %s not define for %s application, cannot apply acces' |
const | ACCS0003 = 'user %s not found, cannot apply access' |
const | ACCS0004 = 'acl syntax error, "%s" must be an alphanum limit to 63, cannot apply access' |
const | ACCS0005 = 'appname syntax error, "%s" must be an alphanum limit to 63, cannot apply access' |
const | ACCS0006 = 'appname not set, cannot apply access' |
const | ACCS0007 = 'user not set, cannot apply access' |
List all error code for application access It is triggered by 'ACCESS' keyword.
Errors code used to checking application access
Definition at line 14 of file ErrorCodeACCS.php.
const ACCS0001 = 'application %s is not found, cannot apply access' |
Definition at line 20 of file ErrorCodeACCS.php.
const ACCS0002 = 'acl %s not define for %s application, cannot apply acces' |
Definition at line 25 of file ErrorCodeACCS.php.
const ACCS0003 = 'user %s not found, cannot apply access' |
Definition at line 30 of file ErrorCodeACCS.php.
const ACCS0004 = 'acl syntax error, "%s" must be an alphanum limit to 63, cannot apply access' |
Definition at line 35 of file ErrorCodeACCS.php.
const ACCS0005 = 'appname syntax error, "%s" must be an alphanum limit to 63, cannot apply access' |
Definition at line 40 of file ErrorCodeACCS.php.
const ACCS0006 = 'appname not set, cannot apply access' |
Definition at line 45 of file ErrorCodeACCS.php.
const ACCS0007 = 'user not set, cannot apply access' |
Definition at line 50 of file ErrorCodeACCS.php.