We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I’m not sure whether this is a bug or intended behavior, so I’m opening this issue for clarification.
What happens: When Ogen-generated client code receives a non-success HTTP status, it fails to parse the response from a server.
Repro steps:
Clone and run the example app: https://github.com/hiddenmarten/ogen-head-example
Run the test called TestHead404Panic. These lines describe the unexpected parsing behavior.
TestHead404Panic
Request: Could someone from the Ogen team confirm whether this is expected? If it’s a bug, I’d be happy to help fix it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
I’m not sure whether this is a bug or intended behavior, so I’m opening this issue for clarification.
What happens:
When Ogen-generated client code receives a non-success HTTP status, it fails to parse the response from a server.
Repro steps:
Clone and run the example app:
https://github.com/hiddenmarten/ogen-head-example
Run the test called
TestHead404Panic
. These lines describe the unexpected parsing behavior.Request:
Could someone from the Ogen team confirm whether this is expected? If it’s a bug, I’d be happy to help fix it.
The text was updated successfully, but these errors were encountered: