Added the constant ERR_COULDNT_RESOLVE_HOST

(cherry picked from commit 2b5d79b81c)
This commit is contained in:
mdtrooper 2015-06-26 11:59:32 +02:00
parent 440687c0d7
commit 8fedb02afa
1 changed files with 18 additions and 17 deletions

View File

@ -59,6 +59,7 @@ define ('ERR_WRONG_NAME', -100001);
define ('ERR_WRONG_PARAMETERS', -100002); define ('ERR_WRONG_PARAMETERS', -100002);
define ('ERR_ACL', -110000); define ('ERR_ACL', -110000);
define ('ERR_AUTH', -120000); define ('ERR_AUTH', -120000);
define ('ERR_COULDNT_RESOLVE_HOST', -130000);
/* Event status code */ /* Event status code */
define ('EVENT_STATUS_NEW', 0); define ('EVENT_STATUS_NEW', 0);