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

    r1696 r1713  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-09-07 19:05:07 $
     9 *  @version $Revision: 1.3 $ $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
     
    3434            {PS_ERR_UNKNOWN,"unknown error"},
    3535            {PS_ERR_IO,"I/O error"},
     36            {PS_ERR_LOCATION_INVALID,"specified location is unknown"},
    3637            {PS_ERR_MEMORY_CORRUPTION,"memory corruption detected"},
    3738            {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"},
     39            {PS_ERR_BAD_PARAMETER_VALUE,"parameter is out-of-range"},
     40            {PS_ERR_BAD_PARAMETER_NULL,"parameter is null"},
     41            {PS_ERR_BAD_PARAMETER_LENGTH,"parameter string is too long"},
     42            {PS_ERR_UNEXPECTED_NULL,"unexpected NULL foun"},
    4143            //~End
    4244            {PS_ERR_N_ERR_CLASSES,"error classes end marker"}
Note: See TracChangeset for help on using the changeset viewer.