Changeset 1713 for trunk/psLib/src/sysUtils/psErrorCodes.c
- Timestamp:
- Sep 7, 2004, 2:09:06 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psErrorCodes.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psErrorCodes.c
r1696 r1713 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-09-0 7 19:05:07$9 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-09-08 00:09:06 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 34 34 {PS_ERR_UNKNOWN,"unknown error"}, 35 35 {PS_ERR_IO,"I/O error"}, 36 {PS_ERR_LOCATION_INVALID,"specified location is unknown"}, 36 37 {PS_ERR_MEMORY_CORRUPTION,"memory corruption detected"}, 37 38 {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"}, 39 {PS_ERR_BAD_PARAMETER_VALUE,"parameter is out-of-range"}, 40 {PS_ERR_BAD_PARAMETER_NULL,"parameter is null"}, 41 {PS_ERR_BAD_PARAMETER_LENGTH,"parameter string is too long"}, 42 {PS_ERR_UNEXPECTED_NULL,"unexpected NULL foun"}, 41 43 //~End 42 44 {PS_ERR_N_ERR_CLASSES,"error classes end marker"}
Note:
See TracChangeset
for help on using the changeset viewer.
