You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ValidationFailed is apparently a client error due to passing invalid params.
Thus, server should response 400 Bad Request instead of 500 Internal Server Error when ValidationFailed is raised.
Description
ValidationFailed
is apparently a client error due to passing invalid params.Thus, server should response
400 Bad Request
instead of500 Internal Server Error
whenValidationFailed
is raised.Steps to Reproduce
Expected behavior: 400 Bad Request
Actual behavior: 500 Internal Server Error
Reproduces how often: always
Versions
v0.7.2 and master
Additional Information
I think @faustinoaq is ready to fix this.
The text was updated successfully, but these errors were encountered: