-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix disabled opcode endpoint not returning 404 (#9046)
* Add error message to web3 access logs * Change `GenericExceptionAdvice` to extend `ResponseEntityExceptionHandler` to handle a lot more built-in error scenarios * Change error handling to always return exception message for non-5xx errors * Change web3 message to status reason phrase and move prior message to detail * Remove accidentally committed debug code in build.gradle.kts * Remove redundant exception handlers now handled by super class --------- Signed-off-by: Steven Sheehy <[email protected]>
- Loading branch information
1 parent
0a568e3
commit 795dc49
Showing
10 changed files
with
174 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 0 additions & 38 deletions
38
...ra-mirror-web3/src/main/java/com/hedera/mirror/web3/controller/ValidationErrorParser.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.