-
Notifications
You must be signed in to change notification settings - Fork 463
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proxy: Use common error interface for error handling with cplane (#9454)
- Remove obsolete error handles. - Use one source of truth for cplane errors. #18468
- Loading branch information
Showing
4 changed files
with
12 additions
and
104 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
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
2dcac94
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5317 tests run: 5093 passed, 0 failed, 224 skipped (full report)
Code coverage* (full report)
functions
:31.2% (7570 of 24246 functions)
lines
:48.8% (59930 of 122697 lines)
* collected from Rust tests only
2dcac94 at 2024-10-21T15:44:18.859Z :recycle: