Changeset 1713 for trunk/psLib/src/sysUtils/psErrorCodes.h
- Timestamp:
- Sep 7, 2004, 2:09:06 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psErrorCodes.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psErrorCodes.h
r1696 r1713 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-09-0 7 19:05:07$9 * @version $Revision: 1.5 $ $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 … … 43 43 PS_ERR_UNKNOWN, ///< unknown error 44 44 PS_ERR_IO, ///< I/O error 45 PS_ERR_LOCATION_INVALID, ///< specified location is unknown 45 46 PS_ERR_MEMORY_CORRUPTION, ///< memory corruption detected 46 47 PS_ERR_MEMORY_DEREF_USAGE, ///< dereferenced memory still used 47 PS_ERR_LOCATION_INVALID, ///< specified location is unknown 48 PS_ERR_BAD_VALUE, ///< value is out-of-range 49 PS_ERR_BAD_LENGTH, ///< string value is too lon 48 PS_ERR_BAD_PARAMETER_VALUE, ///< parameter is out-of-range 49 PS_ERR_BAD_PARAMETER_NULL, ///< parameter is null 50 PS_ERR_BAD_PARAMETER_LENGTH, ///< parameter string is too long 51 PS_ERR_UNEXPECTED_NULL, ///< unexpected NULL foun 50 52 //~End 51 53 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.
