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
sunbird-lms-service
Commits
e8e0a01c
Unverified
Commit
e8e0a01c
authored
3 years ago
by
AMIT KUMAR
Committed by
GitHub
3 years ago
Browse files
Options
Download
Patches
Plain Diff
Issue #SB-22288 feat: Fixed Error code issue for search API (#1060)
parent
6854c7fa
release-4.7.0
release-5.0.0_RC2
release-5.0.0_RC1
release-4.7.0_RC11
release-4.7.0_RC10
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
controller/app/controllers/BaseController.java
+5
-0
controller/app/controllers/BaseController.java
with
5 additions
and
0 deletions
+5
-0
controller/app/controllers/BaseController.java
+
5
−
0
View file @
e8e0a01c
...
...
@@ -324,6 +324,11 @@ public class BaseController extends Controller {
+
e
.
getMessage
(),
e
);
if
(
e
instanceof
ProjectCommonException
)
{
ProjectCommonException
exception
=
new
ProjectCommonException
(
(
ProjectCommonException
)
e
,
ActorOperations
.
getOperationCodeByActorOperation
(
request
.
getOperation
()));
e
=
exception
;
printExitLogOnFailure
(
request
,
(
ProjectCommonException
)
e
);
}
else
{
printExitLogOnFailure
(
request
,
null
);
...
...
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