Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
userManagement
Commits
2fe7b1fe
Commit
2fe7b1fe
authored
1 year ago
by
Rajendra Kishor Rahu
Browse files
Options
Download
Patches
Plain Diff
code value fix
parent
ef1192eb
rahu_error_message_fix
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/com/tarento/upsmf/userManagement/exception/ErrorMessageProcessor.java
+1
-1
...upsmf/userManagement/exception/ErrorMessageProcessor.java
with
1 addition
and
1 deletion
+1
-1
src/main/java/com/tarento/upsmf/userManagement/exception/ErrorMessageProcessor.java
+
1
−
1
View file @
2fe7b1fe
...
...
@@ -53,7 +53,7 @@ public class ErrorMessageProcessor {
JsonNode
responseNode
=
null
;
try
{
if
(!
response
.
contains
(
"\"code\":\"400\""
))
{
if
(!
response
.
contains
(
"\"code\":\"
RC_UM_
400\""
))
{
return
;
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets