Skip to content
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

feat: improve aiohttp client error messages #400

Conversation

rhatgadkar-goog
Copy link
Collaborator

This change is similar to GoogleCloudPlatform/cloud-sql-python-connector#1201, except for AlloyDB.

In short, we want to use the AlloyDB API's response body for error messages, because they are more detailed.

This change is similar to
GoogleCloudPlatform/cloud-sql-python-connector#1201,
except for AlloyDB.

In short, we want to use the AlloyDB API's response body for error
messages, because they are more detailed.
tests/unit/test_client.py Outdated Show resolved Hide resolved
tests/unit/test_client.py Outdated Show resolved Hide resolved
tests/unit/test_client.py Show resolved Hide resolved
Copy link
Member

@enocom enocom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Let's address @jackwotherspoon's comments and then I'm good with merging this.

@rhatgadkar-goog rhatgadkar-goog merged commit 58ef2d2 into main Dec 4, 2024
15 checks passed
@rhatgadkar-goog rhatgadkar-goog deleted the 397-improve-aiohttp-error-handling-by-converting-response-body-to-error branch December 4, 2024 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve aiohttp error handling by converting response body to error
4 participants