#2376 Refactor: implement extensible IExceptionMapper strategy for handling HTTP exceptions and add InvalidRequestError support#2381
Conversation
… HTTP exceptions and add InvalidRequestError support
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2381 +/- ##
===========================================
- Coverage 91.55% 91.50% -0.05%
===========================================
Files 296 298 +2
Lines 5876 5901 +25
Branches 799 804 +5
===========================================
+ Hits 5380 5400 +20
- Misses 385 388 +3
- Partials 111 113 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
Hello, Hiro! Thanks for submitting this PR. As far as I understand, you are proposing an enhancement to the error handling logic, and this is not a bug-fixing pull request, correct? I will point you in the right direction including pressing the CI build button 😄 Please be patient, as delivery depends on #2379 and the .NET 10 release. After that, I will return to this PR. |
|
It is not recommended to use the default branch as a feature branch in a forked repository, because at least one branch must remain as the default and stay synced with the upstream. After the PR is merged, you will have to hard reset the develop branch. |
Hello, Raman! Thank you very much for the warm welcome. This is officially the first project I have ever contributed to. That is correct! This is not a bug fix, but rather a behavioral improvement. I believe that by doing this, we will be able to implement new handling strategies more easily whenever needed. This first version may still be a little rough in terms of formatting, but I will keep improving it step by step until it becomes more refined. Thank you for the support. As soon as I have some free time, I will come back with further improvements, including test coverage. :D |
🤣 I see |
Fixes #2376
502to the client #2376Predecessor
HttpRequestExceptionto 400 Bad Request #2379