You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2005/11/21 09:45:09 UTC

svn commit: r345869 - /webservices/axis2/trunk/c/include/axis2_error.h

Author: samisa
Date: Mon Nov 21 00:45:02 2005
New Revision: 345869

URL: http://svn.apache.org/viewcvs?rev=345869&view=rev
Log:
Added some more error codes

Modified:
    webservices/axis2/trunk/c/include/axis2_error.h

Modified: webservices/axis2/trunk/c/include/axis2_error.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_error.h?rev=345869&r1=345868&r2=345869&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_error.h (original)
+++ webservices/axis2/trunk/c/include/axis2_error.h Mon Nov 21 00:45:02 2005
@@ -192,7 +192,11 @@
         /** Could not Map the MEP URI to a axis MEP constant value */
         AXIS2_ERROR_COULD_NOT_MAP_MEP_URI_TO_MEP_CONSTANT,
         /** module has alredy engaged to the operation operation terminated !!! */
-        AXIS2_ERROR_MODULE_ALREADY_ENGAGED_TO_OPERATION
+        AXIS2_ERROR_MODULE_ALREADY_ENGAGED_TO_OPERATION,
+        /** Invalid message context state  */
+        AXIS2_ERROR_INVALID_STATE_MSG_CTX,
+        /** Service not yet found */
+        AXIS2_ERROR_SERVICE_NOT_YET_FOUND
     };
 
 /** @} */