/** * patError - simple and powerful error managemet system * * $Id: errorcodes.txt,v 1.3 2004/02/26 01:08:00 gerd Exp $ * * @access public * @package patError * * @todo more detailed list of error codes, order error codes of pat-projects */ patError Error Codes ==================== Read readme.txt for documentation! PAT ERROR CODES =============== Package: patErrorManager Codes: 1-10 Package: patSysinfo Codes: 11-20 Package: patForms Codes: 1 000 - 1 999 (should be expanded) Package: patForms_Parser Codes: 100 000 - 100 999 (should be adjusted to 4.000 to 4.999) Package: patTemplate Codes: 5 000 - 9 999 Reader: 6 000 - 6 999 Package: patConfiguration Codes: 20 000 - 29 999 Package: patUser Codes: ?? CODE LIST ========= List of known error codes in CSV-style :-) code;identifier;info;description 1;PATERRORMANAGER_ERROR_ILLEGAL_OPTIONS;Options for callback not valid;Callback needs an array as options 2;PATERRORMANAGER_ERROR_CALLBACK_NOT_CALLABLE;Function is not callable;Callback function or method (object) can not be called 11;PATSYSINFO_WARNING_NOT_IMPLEMENTED;Requested information not availeable;Funcion not implemented for this operation system 12;PATSYSINFO_ERROR_COMMAND_FAILED;Maybe the command is not in path or not installed - read documentation!;Command execution failed 5010;PATTEMPLATE_ERROR_TEMPLATE_EXISTS;Template already exists;Used template already exists 5011;PATTEMPLATE_WARNING_NO_TEMPLATE;Template does not exist;Used template does not exist 5012;PATTEMPLATE_WARNING_UNKNOWN_TYPE;Unknown type;Template has unkown type 6000;PATTEMPLATE_READER_ERROR_NO_INPUT;no input; 6001;PATTEMPLATE_READER_ERROR_UNKNOWN_TAG;unkown tag; 6002;PATTEMPLATE_READER_ERROR_INVALID_TAG;Invalid tag (missing attribute); 6003;PATTEMPLATE_READER_ERROR_NO_CLOSING_TAG;Closing tag is missing; 6004;PATTEMPLATE_READER_ERROR_INVALID_CLOSING_TAG;Invalid closing tag; 6010;PATTEMPLATE_READER_ERROR_NO_NAME_SPECIFIED;No name has been specified; 6050;PATTEMPLATE_READER_NOTICE_INVALID_CDATA_SECTION;CData in a conditional template;