Changeset 1696 for trunk/psLib/src/sysUtils/psErrorCodes.c
- Timestamp:
- Sep 7, 2004, 9:05:07 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psErrorCodes.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psErrorCodes.c
r1683 r1696 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-09-0 2 22:23:20$9 * @version $Revision: 1.2 $ $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 … … 21 21 * the other lines by, for each error class in psErrorCodes.dat, the following 22 22 * substitutions are made: 23 * $ ErrorCodeThe error code name (first word in the psErrorCodes.dat lines)24 * $ ErrorDescriptionThe error description (rest of the line in psErrorCodes.dat)25 * $ ErrorNumberThe order of the source line in psErrorCodes.dat (comments excluded)23 * $1 The error code name (first word in the psErrorCodes.dat lines) 24 * $2 The error description (rest of the line in psErrorCodes.dat) 25 * $n The order of the source line in psErrorCodes.dat (comments excluded) 26 26 * 27 27 * DO NOT EDIT THE LINES BETWEEN //~Start and //~End! ANY CHANGES WILL BE OVERWRITTEN. … … 31 31 {PS_ERR_NONE,"not an error"}, 32 32 {PS_ERR_BASE,"base error"}, 33 //~Start {PS_ERR_$ ErrorCode,"$ErrorDescription"},33 //~Start {PS_ERR_$1,"$2"}, 34 34 {PS_ERR_UNKNOWN,"unknown error"}, 35 35 {PS_ERR_IO,"I/O error"}, 36 36 {PS_ERR_MEMORY_CORRUPTION,"memory corruption detected"}, 37 {PS_ERR_MEMORY_DEREF_USAGE,"dereferenced memory still used"}, 38 {PS_ERR_LOCATION_INVALID,"specified location is unknown"}, 39 {PS_ERR_BAD_VALUE,"value is out-of-range"}, 40 {PS_ERR_BAD_LENGTH,"string value is too lon"}, 37 41 //~End 38 42 {PS_ERR_N_ERR_CLASSES,"error classes end marker"}
Note:
See TracChangeset
for help on using the changeset viewer.
