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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

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.

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
1 participant