-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: batch error response processing #255
fix: batch error response processing #255
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #255 +/- ##
============================================
- Coverage 93.25% 93.24% -0.01%
- Complexity 716 719 +3
============================================
Files 180 181 +1
Lines 2340 2351 +11
Branches 47 48 +1
============================================
+ Hits 2182 2192 +10
Misses 135 135
- Partials 23 24 +1 ☔ View full report in Codecov by Sentry. |
src/main/java/com/crowdin/client/core/http/exceptions/HttpBulkBadRequestException.java
Outdated
Show resolved
Hide resolved
src/main/java/com/crowdin/client/core/http/exceptions/HttpBulkBadRequestException.java
Outdated
Show resolved
Hide resolved
53ce256
to
829fb92
Compare
src/main/java/com/crowdin/client/core/http/exceptions/HttpBatchBadRequestException.java
Outdated
Show resolved
Hide resolved
…hBadRequestException.java
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.
@mmuruev thank you!
Fix for bulk request errors.