I am looking for a way to add context to RequestValidationError. Instead of it returning the error from being unable to cast to a type, I want to be able to give it the message and append the value.
Eg
Failed to cast hello to type integer
Allowing
The number hello is not a valid number
I think this will make it extremely reusable. If this is available already, I couldn't find it in the docs.