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

Use validation rule, expect 422 for validation failure #2

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

Conversation

Jade-GG
Copy link
Collaborator

@Jade-GG Jade-GG commented Oct 25, 2024

Use the default Laravel rule validation for internal consistency as outlined by @indykoning in the initial PR.

I'm still unsure whether or not we want to have the core throw a more specific error (like a ValidationError instead of a FetchError) when it's a 422 so that we can catch that instead and not have to check the magic number 422, I personally think it would make this type of code nicer.

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.

1 participant