Index: trunk/psLib/src/collections/psCollectionsErrors.h
===================================================================
--- trunk/psLib/src/collections/psCollectionsErrors.h	(revision 3737)
+++ trunk/psLib/src/collections/psCollectionsErrors.h	(revision 3959)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-04-21 21:18:23 $
+ *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-05-18 21:38:19 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -59,4 +59,10 @@
 #define PS_ERRORTEXT_psList_DATA_NULL "Specified data item is NULL."
 #define PS_ERRORTEXT_psList_DATA_NOT_FOUND "Specified data item is not found in the psList."
+#define PS_ERRORTEXT_psPixels_NULL "Input psPixels can not be NULL."
+#define PS_ERRORTEXT_psPixels_MASK_NULL "Specified mask can not be NULL."
+#define PS_ERRORTEXT_psPixels_MASK_TYPE "Specified mask's type, %s, is invalid.  Should be PS_TYPE_MASK."
+#define PS_ERRORTEXT_psPixels_DATA_NULL "Input psPixels contains no data."
+#define PS_ERRORTEXT_psPixels_REGION_INVALID "Specified psRegion, [%d:%d,%d:%d], does not specify a valid region."
+#define PS_ERRORTEXT_psPixels_FAILED_IMAGE_CREATE "Failed to create image of size %dx%d."
 //~End
 
