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
When a bad form is submitted (missing field, bad value, constraint fail, etc.), a typical error message should be returned. It should contain an error message related to the validation failure. Currently, it only says that the form is bad, without any further information.
When a bad form is submitted (missing field, bad value, constraint fail, etc.), a typical error message should be returned. It should contain an error message related to the validation failure. Currently, it only says that the form is bad, without any further information.
A discussion about the topic: rwf2/Rocket#2110
A library to investigate: https://docs.rs/rocket-validation/latest/rocket_validation/
The text was updated successfully, but these errors were encountered: