Changeset 1696 for trunk/psLib/src/sysUtils/psErrorCodes.h
- Timestamp:
- Sep 7, 2004, 9:05:07 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psErrorCodes.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psErrorCodes.h
r1683 r1696 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-09-0 2 22:23:20$9 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-09-07 19:05:07 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 20 20 * the other lines by, for each error class in psErrorCodes.dat, the following 21 21 * substitutions are made: 22 * $ ErrorCodeThe error code name (first word in the psErrorCodes.dat lines)23 * $ ErrorDescriptionThe error description (rest of the line in psErrorCodes.dat)24 * $ ErrorNumberThe order of the source line in psErrorCodes.dat (comments excluded)22 * $1 The error code name (first word in the psErrorCodes.dat lines) 23 * $2 The error description (rest of the line in psErrorCodes.dat) 24 * $n The order of the source line in psErrorCodes.dat (comments excluded) 25 25 * 26 26 * DO NOT EDIT THE LINES BETWEEN //~Start and //~End! ANY CHANGES WILL BE OVERWRITTEN. … … 40 40 */ 41 41 42 //~Start PS_ERR_$ErrorCode, ///< $ErrorDescription 43 PS_ERR_UNKNOWN, ///< unknown error 44 PS_ERR_IO, ///< I/O error 45 PS_ERR_MEMORY_CORRUPTION, ///< memory corruption detected 42 //~Start PS_ERR_$1, ///< $2 43 PS_ERR_UNKNOWN, ///< unknown error 44 PS_ERR_IO, ///< I/O error 45 PS_ERR_MEMORY_CORRUPTION, ///< memory corruption detected 46 PS_ERR_MEMORY_DEREF_USAGE, ///< dereferenced memory still used 47 PS_ERR_LOCATION_INVALID, ///< specified location is unknown 48 PS_ERR_BAD_VALUE, ///< value is out-of-range 49 PS_ERR_BAD_LENGTH, ///< string value is too lon 46 50 //~End 47 51 PS_ERR_N_ERR_CLASSES ///< end marker - should not be used as a true error
Note:
See TracChangeset
for help on using the changeset viewer.
