We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Currently when an invalid content-type is returned to the partial success handlers a nil is returned, an error should be returned instead
nil
What did you expect to see?
An error returned
What did you see instead?
A nil is returned
What version did you use?
Latest main
main
The text was updated successfully, but these errors were encountered:
Thanks for the report Tal! Would you like to work on this? A failing unit test would help speed up delivery of a fix.
Sorry, something went wrong.
@atoulme this issue is a result of #9276 (comment). We're aware but will do the functionality change it is own PR.
No branches or pull requests
Describe the bug
Currently when an invalid content-type is returned to the partial success handlers a
nil
is returned, an error should be returned insteadWhat did you expect to see?
An error returned
What did you see instead?
A
nil
is returnedWhat version did you use?
Latest
main
The text was updated successfully, but these errors were encountered: