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/12/19 11:07:57 UTC

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

Author: samisa
Date: Mon Dec 19 02:07:51 2005
New Revision: 357677

URL: http://svn.apache.org/viewcvs?rev=357677&view=rev
Log:
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=357677&r1=357676&r2=357677&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_error.h (original)
+++ webservices/axis2/trunk/c/include/axis2_error.h Mon Dec 19 02:07:51 2005
@@ -262,7 +262,7 @@
         /** fault to field not specified in message context */
         AXIS2_ERROR_NOWHERE_TO_SEND_FAULT,
         /* Invalid status line or invalid request line */
-        AXIS2_ERROR_INVALID_HTTP_INVALID_HEADER_START_LINE,
+        AXIS2_ERROR_INVALID_HTTP_HEADER_START_LINE,
         /* Cannot correlate message*/
         AXIS2_ERROR_CANNOT_CORRELATE_MSG,
         /* Operation cannot be NULL in MEP client */
@@ -274,8 +274,13 @@
         /** cannot infer transport from URL */
         AXIS2_ERROR_CANNOT_INFER_TRANSPORT,
         /** Invalid SOAP version */
-        AXIS2_ERROR_INVALID_SOAP_VERSION
-        
+        AXIS2_ERROR_INVALID_SOAP_VERSION,
+        /* HTTP version cannot be null in the status/request line */ 
+        AXIS2_ERROR_NULL_HTTP_VERSION,
+        /* A valid conf_ctx is reqd for the http worker */
+        AXIS2_ERROR_NULL_CONFIGURATION_CONTEXT,
+        /* We need transport_info in msg_ctx*/
+        AXIS2_ERROR_OUT_TRNSPORT_INFO_NULL
     };
 
 /** @} */