IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4787


Ignore:
Timestamp:
Aug 16, 2005, 11:05:03 AM (21 years ago)
Author:
drobbin
Message:

added Error texts for xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/psErrorText.h

    r4541 r4787  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-07-12 19:27:27 $
     9 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-08-16 21:05:03 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    302302#define PS_ERRORTEXT_psConfigure_INITIALIZATION_FAILED "Failed to initialize %s."
    303303#define PS_ERRORTEXT_psConfigure_FINALIZATION_FAILED "Failed to finalize %s."
     304#define PS_ERRORTEXT_psXML_IO_FILE_OPEN_FAILED "Failed to open file '%s'. Check if it exists and it has the proper permissions."
     305#define PS_ERRORTEXT_psXML_INVALID_CONTENT "Failed to recognize XML content.  Invalid syntax."
     306#define PS_ERRORTEXT_psXML_INVALID_DATATYPE "Failed to recognize datatype from/for XML file."
     307#define PS_ERRORTEXT_psXML_BUFFER_TOO_SMALL "Buffer to small to store XML doc."
    304308
    305309#endif // #ifndef PS_ERROR_TEXT_H
Note: See TracChangeset for help on using the changeset viewer.