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

    r1683 r1696  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-09-02 22:23:20 $
     9 *  @version $Revision: 1.2 $ $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
     
    2121 * the other lines by, for each error class in psErrorCodes.dat, the following
    2222 * substitutions are made:
    23  *     $ErrorCode        The error code name (first word in the psErrorCodes.dat lines)
    24  *     $ErrorDescription The error description (rest of the line in psErrorCodes.dat)
    25  *     $ErrorNumber      The order of the source line in psErrorCodes.dat (comments excluded)
     23 *     $1  The error code name (first word in the psErrorCodes.dat lines)
     24 *     $2 The error description (rest of the line in psErrorCodes.dat)
     25 *     $n  The order of the source line in psErrorCodes.dat (comments excluded)
    2626 *
    2727 * DO NOT EDIT THE LINES BETWEEN //~Start and //~End!  ANY CHANGES WILL BE OVERWRITTEN.
     
    3131            {PS_ERR_NONE,"not an error"},
    3232            {PS_ERR_BASE,"base error"},
    33             //~Start    {PS_ERR_$ErrorCode,"$ErrorDescription"},
     33            //~Start    {PS_ERR_$1,"$2"},
    3434            {PS_ERR_UNKNOWN,"unknown error"},
    3535            {PS_ERR_IO,"I/O error"},
    3636            {PS_ERR_MEMORY_CORRUPTION,"memory corruption detected"},
     37            {PS_ERR_MEMORY_DEREF_USAGE,"dereferenced memory still used"},
     38            {PS_ERR_LOCATION_INVALID,"specified location is unknown"},
     39            {PS_ERR_BAD_VALUE,"value is out-of-range"},
     40            {PS_ERR_BAD_LENGTH,"string value is too lon"},
    3741            //~End
    3842            {PS_ERR_N_ERR_CLASSES,"error classes end marker"}
Note: See TracChangeset for help on using the changeset viewer.