/** * patError - simple and powerful error managemet system * * $Id: errorcodes.txt 30 2004-06-01 19:50:03Z gerd $ * * @access public * @package patError * @deprecated This file is obsolete! * @todo remove this file! */ patError Error Codes ==================== Read readme.txt for documentation! The list of error-codes is obsolete! Use id strings instead of integer values. We recommend to use id-strings in the following format: (:) Where is a string associated to source of the error, e.g. the name of your application or class. is a numeric value used inside your application to sepperate your errors within your application. Of course you can use as many prefixes as you want - for example to handle errors from different parts or modules of your application or package.