[geeklog-cvs] Auth_Enterprise/Common AEConstants.php,1.1.1.1,1.2

tony at iowaoutdoors.org tony at iowaoutdoors.org
Mon Jun 21 01:05:08 EDT 2004


Update of /var/cvs/Auth_Enterprise/Common
In directory www:/tmp/cvs-serv5086

Modified Files:
	AEConstants.php 
Log Message:
New exception constants

Index: AEConstants.php
===================================================================
RCS file: /var/cvs/Auth_Enterprise/Common/AEConstants.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** AEConstants.php	15 Jun 2004 15:19:27 -0000	1.1.1.1
--- AEConstants.php	21 Jun 2004 05:05:06 -0000	1.2
***************
*** 48,50 ****
--- 48,67 ----
  define('AE_ACCOUNT_MGR', 'AE_ACCOUNT_MGR');
  
+ /**
+ * Used during XMLRPC communication to indicate an exception has been throw or caught
+ * @const AE_XMLRPC_EXCEPTION
+ */
+ define('AE_XMLRPC_EXCEPTION', 'AE_XMLRPC_EXCEPTION');
+ 
+ define('AESQLExceptionResp', 3);
+ define('AEInvalidUserCredentialsResp', 4);
+ define('AEAccountLockedResp', 5);
+ define('AEPasswordExpiredResp', 6);
+ define('AEPasswordInHistoryResp', 7);
+ define('AEPasswordInvalidResp', 8);
+ define('AEUnableToConnectResp', 9);
+ define('AEUserNotAuthorizedResp', 10);
+ define('AEInvalidPrivilegeResp', 11);
+ define('AEInsufficientClientOptionsResp', 12);
+ 
  ?>
\ No newline at end of file




More information about the geeklog-cvs mailing list