IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 7, 2004, 2:09:06 PM (22 years ago)
Author:
desonia
Message:

converted files to new psError style (psErrorMsg). Removed any psAborts
from non-memory allocation code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/psErrorCodes.dat

    r1696 r1713  
    99UNKNOWN                        unknown error
    1010IO                             I/O error
     11LOCATION_INVALID               specified location is unknown
    1112MEMORY_CORRUPTION              memory corruption detected
    1213MEMORY_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
     14BAD_PARAMETER_VALUE            parameter is out-of-range
     15BAD_PARAMETER_NULL             parameter is null
     16BAD_PARAMETER_LENGTH           parameter string is too long
     17UNEXPECTED_NULL                unexpected NULL found
Note: See TracChangeset for help on using the changeset viewer.