Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
ErrorCodeACCS Class Reference

List all error code for application access It is triggered by 'ACCESS' keyword. More...

+ Collaboration diagram for ErrorCodeACCS:

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'
 

Detailed Description

List all error code for application access It is triggered by 'ACCESS' keyword.

Errors code used to checking application access

See Also
ErrorCode
ErrorCode

Definition at line 14 of file ErrorCodeACCS.php.

Field Documentation

const ACCS0001 = 'application %s is not found, cannot apply access'
Error code:
the application name must be register before define access

Definition at line 20 of file ErrorCodeACCS.php.

const ACCS0002 = 'acl %s not define for %s application, cannot apply acces'
Error code:
acl must be referenced in application

Definition at line 25 of file ErrorCodeACCS.php.

const ACCS0003 = 'user %s not found, cannot apply access'
Error code:
user must be created before apply access to him

Definition at line 30 of file ErrorCodeACCS.php.

const ACCS0004 = 'acl syntax error, "%s" must be an alphanum limit to 63, cannot apply access'
Error code:
acl syntax is [alphanum|_]{1,63} - and _ characters are granted

Definition at line 35 of file ErrorCodeACCS.php.

const ACCS0005 = 'appname syntax error, "%s" must be an alphanum limit to 63, cannot apply access'
Error code:
application name syntax is [alphanum|_]{1,63}

Definition at line 40 of file ErrorCodeACCS.php.

const ACCS0006 = 'appname not set, cannot apply access'
Error code:
application name is required

Definition at line 45 of file ErrorCodeACCS.php.

const ACCS0007 = 'user not set, cannot apply access'
Error code:
user/group name is required

Definition at line 50 of file ErrorCodeACCS.php.


The documentation for this class was generated from the following file:
← centre documentaire © anakeen