Index: trunk/psLib/src/sys/psErrorCodes.h
===================================================================
--- trunk/psLib/src/sys/psErrorCodes.h	(revision 1787)
+++ trunk/psLib/src/sys/psErrorCodes.h	(revision 1807)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-09-11 00:43:54 $
+ *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-09-14 20:01:52 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -47,6 +47,7 @@
     PS_ERR_MEMORY_DEREF_USAGE,   ///< dereferenced memory still used
     PS_ERR_BAD_PARAMETER_VALUE,   ///< parameter is out-of-range
+    PS_ERR_BAD_PARAMETER_TYPE,   ///< parameter is of unsupported data-type
     PS_ERR_BAD_PARAMETER_NULL,   ///< parameter is null
-    PS_ERR_BAD_PARAMETER_LENGTH,   ///< parameter string is too long
+    PS_ERR_BAD_PARAMETER_SIZE,   ///< size of parameter's data is outside of acceptable range.
     PS_ERR_UNEXPECTED_NULL,   ///< unexpected NULL foun
     //~End
