IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4827


Ignore:
Timestamp:
Aug 19, 2005, 4:37:13 PM (21 years ago)
Author:
desonia
Message:

added the XML errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/psErrorText_en.dat

    r4540 r4827  
    306306#
    307307psMemory_NULL_BLOCK                    NULL memory block found.
    308 psMemory_DEREF_BLOCK_USE               Memory block %lld was freed but still being used.
    309 psMemory_UNDERFLOW                     Memory block %lld is corrupted; buffer underflow detected.
    310 psMemory_OVERFLOW                      Memory block %lld is corrupted; buffer overflow detected.
    311 psMemory_MULTIPLE_FREE                 Block %lld, allocated at %s:%d, freed multiple times at %s:%d.
     308psMemory_DEREF_BLOCK_USE               Memory block %lu was freed but still being used.
     309psMemory_UNDERFLOW                     Memory block %lu is corrupted; buffer underflow detected.
     310psMemory_OVERFLOW                      Memory block %lu is corrupted; buffer overflow detected.
     311psMemory_MULTIPLE_FREE                 Block %lu, allocated at %s:%d, freed multiple times at %s:%d.
    312312#
    313313# Error Messages from psString.c:
     
    332332psConfigure_INITIALIZATION_FAILED      Failed to initialize %s.
    333333psConfigure_FINALIZATION_FAILED        Failed to finalize %s.
    334 
     334#
     335psXML_IO_FILE_OPEN_FAILED              Failed to open file '%s'. Check if it exists and it has the proper permissions.
     336psXML_INVALID_CONTENT                  Failed to recognize XML content.  Invalid syntax.
     337psXML_INVALID_DATATYPE                 Failed to recognize datatype from/for XML file.
     338psXML_BUFFER_TOO_SMALL                 Buffer to small to store XML doc.
Note: See TracChangeset for help on using the changeset viewer.