We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe0935 commit 98b88ebCopy full SHA for 98b88eb
src/main/java/clap/server/exception/ExceptionAdvice.java
@@ -50,7 +50,7 @@ public ResponseEntity<Object> handleMethodArgumentNotValid(
50
return handleExceptionInternalArgs(
51
e,
52
HttpHeaders.EMPTY,
53
- GlobalErrorCode.INTERNAL_SERVER_ERROR,
+ GlobalErrorCode.BAD_REQUEST,
54
request,
55
errors
56
);
0 commit comments