pydantic / jiter

Fast iterable JSON parser.
https://crates.io/crates/jiter
MIT License
182 stars 11 forks source link

Custom Python exception with `kind` and `path` #99

Open samuelcolvin opened 3 months ago

samuelcolvin commented 3 months ago

We need a new exception that subclasses ValueError and adds a kind attribute which is the name from:

https://github.com/pydantic/jiter/blob/1fbedbfbcb86a767b9dd621d080f430528aebc33/crates/jiter/src/errors.rs#L6

and

https://github.com/pydantic/jiter/blob/1fbedbfbcb86a767b9dd621d080f430528aebc33/crates/jiter/src/errors.rs#L189

samuelcolvin commented 3 months ago

We also want: