shafreenAnfar commented on a change in pull request #32: Improve Message 
Forwarding Processor (MFP) to support HTTP status codes
URL: https://github.com/apache/synapse/pull/32#discussion_r399756268
 
 

 ##########
 File path: modules/core/src/main/java/org/apache/synapse/SynapseConstants.java
 ##########
 @@ -412,6 +412,9 @@
 
     public static final String HTTP_SENDER_STATUSCODE = 
"transport.http.statusCode";
 
+    public static final String HTTP_INTERNAL_SERVER_ERROR = "500";
+    public static final String HTTP_BAD_REQUEST_ERROR = "400";
+
 
 Review comment:
   If needed I can move this to MessageProcessorConsents class as well.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org
For additional commands, e-mail: dev-h...@synapse.apache.org

Reply via email to