Index: /trunk/ippTools/src/pxtools.h
===================================================================
--- /trunk/ippTools/src/pxtools.h	(revision 10952)
+++ /trunk/ippTools/src/pxtools.h	(revision 10953)
@@ -27,4 +27,11 @@
 # include <psmodules.h>
 # include <ippdb.h>
+
+typedef enum {
+    PX_ERROR_NONE           = 0x00,
+    PX_ERROR_UNKNOWN        = 0x01,
+    PX_ERROR_BAD_DATA       = 0x02,
+    PX_ERROR_ID10T          = 0x04,
+} pxErrorCode;
 
 // load these values from the db in the init stage
