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/sys/psErrorCodes.h

    r1696 r1713  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-09-07 19:05:07 $
     9 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-09-08 00:09:06 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4343    PS_ERR_UNKNOWN,   ///< unknown error
    4444    PS_ERR_IO,   ///< I/O error
     45    PS_ERR_LOCATION_INVALID,   ///< specified location is unknown
    4546    PS_ERR_MEMORY_CORRUPTION,   ///< memory corruption detected
    4647    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
     48    PS_ERR_BAD_PARAMETER_VALUE,   ///< parameter is out-of-range
     49    PS_ERR_BAD_PARAMETER_NULL,   ///< parameter is null
     50    PS_ERR_BAD_PARAMETER_LENGTH,   ///< parameter string is too long
     51    PS_ERR_UNEXPECTED_NULL,   ///< unexpected NULL foun
    5052    //~End
    5153    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.