Changeset 2273 for trunk/psLib/src/sys/psErrorCodes.h
- Timestamp:
- Nov 3, 2004, 3:05:00 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psErrorCodes.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psErrorCodes.h
r2204 r2273 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-1 0-27 00:57:31$9 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-11-04 01:05:00 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 52 52 PS_ERR_BAD_PARAMETER_NULL, ///< parameter is null 53 53 PS_ERR_BAD_PARAMETER_SIZE, ///< size of parameter's data is outside of acceptable range. 54 PS_ERR_UNEXPECTED_NULL, ///< unexpected NULL foun 54 PS_ERR_UNEXPECTED_NULL, ///< unexpected NULL found 55 PS_ERR_OS_CALL_FAILED, ///< unexpected result from an OS standard library call 55 56 //~End 56 57 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.
