You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2005/11/10 07:55:28 UTC

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

Author: samisa
Date: Wed Nov  9 22:55:23 2005
New Revision: 332236

URL: http://svn.apache.org/viewcvs?rev=332236&view=rev
Log:
added error AXIS2_ERROR_PHASE_FIRST_HANDLER_ALREADY_SET

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=332236&r1=332235&r2=332236&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_error.h (original)
+++ webservices/axis2/trunk/c/include/axis2_error.h Wed Nov  9 22:55:23 2005
@@ -168,7 +168,9 @@
         /** Array list index out of bounds */
         AXIS2_ERROR_INDEX_OUT_OF_BOUNDS,
         /** Both before and after handlers cannot be the same */
-        AXIS2_ERROR_BEFORE_AFTER_HANDLERS_SAME
+        AXIS2_ERROR_BEFORE_AFTER_HANDLERS_SAME,
+        /** First handler of phase already set */
+        AXIS2_ERROR_PHASE_FIRST_HANDLER_ALREADY_SET
     };
 
 /** @} */