Use:
except ValidationError as e: print("❌", e.errors()[0]["ctx"]["error"])
That should do the trick.