Changeset 4540 for trunk/psLib/src/sys/psErrorCodes.c
- Timestamp:
- Jul 12, 2005, 9:12:01 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psErrorCodes.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psErrorCodes.c
r4392 r4540 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 19$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-0 6-25 02:02:05$9 * @version $Revision: 1.20 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-07-12 19:12:01 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 20 20 #include "psMemory.h" 21 21 22 #include "psSysUtilsErrors.h" 23 24 /* N.B., lines between '//~Start' and '//~End' are automatic generated from 25 * the template following the '//~Start'. The template is used to generate 26 * the other lines by, for each error class in psErrorCodes.dat, the following 27 * substitutions are made: 28 * $1 The error code name (first word in the psErrorCodes.dat lines) 29 * $2 The error description (rest of the line in psErrorCodes.dat) 30 * $n The order of the source line in psErrorCodes.dat (comments excluded) 31 * 32 * DO NOT EDIT THE LINES BETWEEN //~Start and //~End! ANY CHANGES WILL BE OVERWRITTEN. 33 */ 22 #include "psErrorText.h" 34 23 35 24 static psErrorDescription staticErrorCodes[] = { 36 25 {PS_ERR_NONE,"not an error"}, 37 26 {PS_ERR_BASE,"base error"}, 38 //~Start {PS_ERR_$1,"$2"},39 27 {PS_ERR_UNKNOWN,"unknown error"}, 40 28 {PS_ERR_IO,"I/O error"}, … … 48 36 {PS_ERR_UNEXPECTED_NULL,"unexpected NULL found"}, 49 37 {PS_ERR_OS_CALL_FAILED,"unexpected result from an OS standard library call"}, 50 //~End51 38 {PS_ERR_N_ERR_CLASSES,"error classes end marker"} 52 39 };
Note:
See TracChangeset
for help on using the changeset viewer.
