IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2319


Ignore:
Timestamp:
Nov 10, 2004, 8:29:54 AM (22 years ago)
Author:
harman
Message:

Added psConfigure error codes

Location:
trunk/psLib/src/sysUtils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/psSysUtilsErrors.dat

    r2204 r2319  
    4242#
    4343psErrorCode_NULL_ERRORDESCRIPTION      Specified psErrorDescription pointer can not be NULL.
    44 psErrorCode_ERRORCODE_REGISTER_FAILED  Failed to add input psErrorDescription at array index %d.
     44#
     45# Error Messages from psConfigure.c
     46#
     47psConfigure_INITIALIZATION_FAILED       Failed to initialize %s.
     48psConfigure_FINALIZATION_FAILED             Failed to finalize %s.
     49
  • trunk/psLib/src/sysUtils/psSysUtilsErrors.h

    r2207 r2319  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-10-27 01:17:53 $
     9 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-11-10 18:29:54 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4747#define PS_ERRORTEXT_psTrace_FAILED_TO_ADD_COMPONENT "Failed to set trace level (%d) to '%s'."
    4848#define PS_ERRORTEXT_psErrorCode_NULL_ERRORDESCRIPTION "Specified psErrorDescription pointer can not be NULL."
    49 #define PS_ERRORTEXT_psErrorCode_ERRORCODE_REGISTER_FAILED "Failed to add input psErrorDescription at array index %d."
     49#define PS_ERRORTEXT_psConfigure_INITIALIZATION_FAILED "Failed to initialize %s."
     50#define PS_ERRORTEXT_psConfigure_FINALIZATION_FAILED "Failed to finalize %s."
    5051//~End
    5152
Note: See TracChangeset for help on using the changeset viewer.