Commit 2fe7b1fe authored by Rajendra Kishor Rahu's avatar Rajendra Kishor Rahu
Browse files

code value fix

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -53,7 +53,7 @@ public class ErrorMessageProcessor {
JsonNode responseNode = null;
try {
if (!response.contains("\"code\":\"400\"")) {
if (!response.contains("\"code\":\"RC_UM_400\"")) {
return;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment