IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 7, 2004, 9:05:07 AM (22 years ago)
Author:
desonia
Message:

added error stack to sysUtils

File:
1 edited

Legend:

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

    r1683 r1696  
    22#  This file is used to generate psErrorCode.h content
    33#
    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#
     9UNKNOWN                        unknown error
     10IO                             I/O error
     11MEMORY_CORRUPTION              memory corruption detected
     12MEMORY_DEREF_USAGE             dereferenced memory still used
     13LOCATION_INVALID               specified location is unknown
     14BAD_VALUE                      value is out-of-range
     15BAD_LENGTH                     string value is too long
Note: See TracChangeset for help on using the changeset viewer.