Changeset 1696 for trunk/psLib/src/sysUtils/psErrorCodes.dat
- Timestamp:
- Sep 7, 2004, 9:05:07 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psErrorCodes.dat (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psErrorCodes.dat
r1683 r1696 2 2 # This file is used to generate psErrorCode.h content 3 3 # 4 UNKNOWN unknown error 5 IO I/O error 6 MEMORY_CORRUPTION memory corruption detected 4 # Format: 5 # ERROR_CLASS_NAME ERROR_CLASS_DESCRIPTION 6 # 7 # Note: the ERROR_CLASS_NAME will appear in the code with a "PS_ERR_" prefix 8 # 9 UNKNOWN unknown error 10 IO I/O error 11 MEMORY_CORRUPTION memory corruption detected 12 MEMORY_DEREF_USAGE dereferenced memory still used 13 LOCATION_INVALID specified location is unknown 14 BAD_VALUE value is out-of-range 15 BAD_LENGTH string value is too long
Note:
See TracChangeset
for help on using the changeset viewer.
