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 10:16:51 UTC

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

Author: samisa
Date: Mon Nov 21 01:16:21 2005
New Revision: 345879

URL: http://svn.apache.org/viewcvs?rev=345879&view=rev
Log: (empty)

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=345879&r1=345878&r2=345879&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_error.h (original)
+++ webservices/axis2/trunk/c/include/axis2_error.h Mon Nov 21 01:16:21 2005
@@ -196,7 +196,11 @@
         /** Invalid message context state  */
         AXIS2_ERROR_INVALID_STATE_MSG_CTX,
         /** Service not yet found */
-        AXIS2_ERROR_SERVICE_NOT_YET_FOUND
+        AXIS2_ERROR_SERVICE_NOT_YET_FOUND,
+        /** error occured creating xml stream writer */
+        AXIS2_ERROR_CREATING_XML_STREAM_WRITER,
+        /** error occured creating xml stream writer */
+        AXIS2_ERROR_CREATING_XML_STREAM_READER
     };
 
 /** @} */