somehowchris / rocket-validation

A guard to validate data received by rocket via validator
16 stars 4 forks source link

Throw bad request exception for validating a query struct. #24

Open goni098 opened 1 year ago

goni098 commented 1 year ago

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 ?