mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Added new constant 'ERR_AUTH'
This commit is contained in:
parent
96e66a9c89
commit
24f34c0044
@ -42,9 +42,9 @@ define ('AGENT_DISABLED',1);
|
||||
|
||||
|
||||
/* Error report codes */
|
||||
define ('NOERR',11111);
|
||||
define ('ERR_GENERIC',-10000);
|
||||
define ('ERR_EXIST',-20000);
|
||||
define ('NOERR', 11111);
|
||||
define ('ERR_GENERIC', -10000);
|
||||
define ('ERR_EXIST', -20000);
|
||||
define ('ERR_INCOMPLETE', -30000);
|
||||
define ('ERR_DB', -40000);
|
||||
define ('ERR_DB_HOST', -40001);
|
||||
@ -58,6 +58,7 @@ define ('ERR_WRONG', -100000);
|
||||
define ('ERR_WRONG_NAME', -100001);
|
||||
define ('ERR_WRONG_PARAMETERS', -100002);
|
||||
define ('ERR_ACL', -110000);
|
||||
define ('ERR_AUTH', -120000);
|
||||
|
||||
/* Event status code */
|
||||
define ('EVENT_STATUS_NEW',0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user