IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 16, 2004, 8:51:32 AM (22 years ago)
Author:
desonia
Message:

more psError -> psErrorMsg conversions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psErrorCodes.c

    r1807 r1818  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-09-14 20:01:52 $
     9 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-09-16 18:51:32 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3838            {PS_ERR_MEMORY_DEREF_USAGE,"dereferenced memory still used"},
    3939            {PS_ERR_BAD_PARAMETER_VALUE,"parameter is out-of-range"},
    40             {PS_ERR_BAD_PARAMETER_TYPE,"parameter is of unsupported data-type"},
     40            {PS_ERR_BAD_PARAMETER_TYPE,"parameter is of unsupported type"},
    4141            {PS_ERR_BAD_PARAMETER_NULL,"parameter is null"},
    4242            {PS_ERR_BAD_PARAMETER_SIZE,"size of parameter's data is outside of acceptable range."},
Note: See TracChangeset for help on using the changeset viewer.