Changeset 1807 for trunk/psLib/src/sysUtils/psErrorCodes.c
- Timestamp:
- Sep 14, 2004, 10:01:52 AM (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
r1787 r1807 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-09-1 1 00:43:54$9 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-09-14 20:01:52 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 38 38 {PS_ERR_MEMORY_DEREF_USAGE,"dereferenced memory still used"}, 39 39 {PS_ERR_BAD_PARAMETER_VALUE,"parameter is out-of-range"}, 40 {PS_ERR_BAD_PARAMETER_TYPE,"parameter is of unsupported data-type"}, 40 41 {PS_ERR_BAD_PARAMETER_NULL,"parameter is null"}, 41 {PS_ERR_BAD_PARAMETER_ LENGTH,"parameter string is too long"},42 {PS_ERR_BAD_PARAMETER_SIZE,"size of parameter's data is outside of acceptable range."}, 42 43 {PS_ERR_UNEXPECTED_NULL,"unexpected NULL foun"}, 43 44 //~End
Note:
See TracChangeset
for help on using the changeset viewer.
