Return helpful errors #19
matthewmueller
announced in
Proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Whenever a request doesn't match the controller's signature, we should return a
400 Bad Request
with a helpful error:For example, given the following signature:
With the following request map:
We should return the following response:
Errors should also be helpful for nested inputs:
Beta Was this translation helpful? Give feedback.
All reactions