Index: trunk/psLib/src/sysUtils/psErrorCodes.c
===================================================================
--- trunk/psLib/src/sysUtils/psErrorCodes.c	(revision 1696)
+++ trunk/psLib/src/sysUtils/psErrorCodes.c	(revision 1713)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-09-07 19:05:07 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-09-08 00:09:06 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -34,9 +34,11 @@
             {PS_ERR_UNKNOWN,"unknown error"},
             {PS_ERR_IO,"I/O error"},
+            {PS_ERR_LOCATION_INVALID,"specified location is unknown"},
             {PS_ERR_MEMORY_CORRUPTION,"memory corruption detected"},
             {PS_ERR_MEMORY_DEREF_USAGE,"dereferenced memory still used"},
-            {PS_ERR_LOCATION_INVALID,"specified location is unknown"},
-            {PS_ERR_BAD_VALUE,"value is out-of-range"},
-            {PS_ERR_BAD_LENGTH,"string value is too lon"},
+            {PS_ERR_BAD_PARAMETER_VALUE,"parameter is out-of-range"},
+            {PS_ERR_BAD_PARAMETER_NULL,"parameter is null"},
+            {PS_ERR_BAD_PARAMETER_LENGTH,"parameter string is too long"},
+            {PS_ERR_UNEXPECTED_NULL,"unexpected NULL foun"},
             //~End
             {PS_ERR_N_ERR_CLASSES,"error classes end marker"}
