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

fix [object Object] on validation errors #118

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

remorses
Copy link

@remorses remorses commented Jul 28, 2024

Fix #117

I used EdenFetchError instead of an object type for the error field in the response.

I also relaxed a bit error types removing unknown by default, instead value will be any, this makes eden much easier to use.

@remorses remorses marked this pull request as ready for review July 28, 2024 19:14
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.

Validation errors are returned as [object Object]
1 participant