Changeset 568
- Timestamp:
- May 3, 2004, 4:26:11 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/src/Utils/psErrorCodes.dat (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/src/Utils/psErrorCodes.dat
r389 r568 2 2 # This file is used to generate psErrorClasses.h 3 3 # 4 NONE = 0 , not an error; must be 05 BASE = 256 ,first value we use; should avoid errno conflicts6 UNKNOWN ,unknown error7 IO ,I/O error8 BADFREE ,bad argument to psFree()9 MEMORY_CORRUPTION ,memory corruption detected10 MEMORY_EXHAUSTED ,unable to allocate requested memory11 BAD_INDEX ,index is out of range4 NONE = 0 no error 5 BASE = 256 first value we use; should avoid errno conflicts 6 UNKNOWN unknown error 7 IO I/O error 8 BADFREE bad argument to psFree() 9 MEMORY_CORRUPTION memory corruption detected 10 MEMORY_EXHAUSTED unable to allocate requested memory 11 BAD_INDEX index is out of range
Note:
See TracChangeset
for help on using the changeset viewer.
