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
The FromForm trait's finalize() method returns Err(validation err) and the response returns 404 . Is there any way to throw 400 bad request exception with error validation message for this case ?
The text was updated successfully, but these errors were encountered:
The FromForm trait's finalize() method returns Err(validation err) and the response returns 404 . Is there any way to throw 400 bad request exception with error validation message for this case ?
The text was updated successfully, but these errors were encountered: