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.h

    r1683 r1696  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-09-02 22:23:20 $
     9 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-09-07 19:05:07 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2020 * the other lines by, for each error class in psErrorCodes.dat, the following
    2121 * substitutions are made:
    22  *     $ErrorCode        The error code name (first word in the psErrorCodes.dat lines)
    23  *     $ErrorDescription The error description (rest of the line in psErrorCodes.dat)
    24  *     $ErrorNumber      The order of the source line in psErrorCodes.dat (comments excluded)
     22 *     $1  The error code name (first word in the psErrorCodes.dat lines)
     23 *     $2 The error description (rest of the line in psErrorCodes.dat)
     24 *     $n  The order of the source line in psErrorCodes.dat (comments excluded)
    2525 *
    2626 * DO NOT EDIT THE LINES BETWEEN //~Start and //~End!  ANY CHANGES WILL BE OVERWRITTEN.
     
    4040     */
    4141
    42     //~Start     PS_ERR_$ErrorCode, ///< $ErrorDescription
    43     PS_ERR_UNKNOWN, ///< unknown error
    44     PS_ERR_IO, ///< I/O error
    45     PS_ERR_MEMORY_CORRUPTION, ///< memory corruption detected
     42    //~Start     PS_ERR_$1,   ///< $2
     43    PS_ERR_UNKNOWN,   ///< unknown error
     44    PS_ERR_IO,   ///< I/O error
     45    PS_ERR_MEMORY_CORRUPTION,   ///< memory corruption detected
     46    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
    4650    //~End
    4751    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.