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

Add custom exception for PostgREST API errors and include HttpResponse in RestExceptions #789

Merged
merged 7 commits into from
Jan 13, 2025

Conversation

jan-tennert
Copy link
Collaborator

What kind of change does this PR introduce?

Feature (closes #774)

What is the current behavior?

The Postgrest plugin throws the generic RestException subclassess when an API error is received. These generic exception miss important error fields.

What is the new behavior?

There is now a new custom PostgrestRestException which holds all PostgREST specific error data. On top of that, all RestExceptions now have the HttpResponse as a property.

@jan-tennert jan-tennert merged commit c84967a into master Jan 13, 2025
13 checks passed
@jan-tennert jan-tennert deleted the postgrest-exception branch January 13, 2025 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature request]: Include response in RestException
2 participants