dtolnay / path-to-error

Find out path at which a deserialization error occurred
Apache License 2.0
320 stars 12 forks source link

Collect all errors? #30

Open JohnScience opened 2 months ago

JohnScience commented 2 months ago

Hi, it would be awesome to have a way to collect all errors, so that they can be resolved in batch.

I work with a poorly documented API and I have to derive the schema from examples. I'd love to get aggregated errors so that I can run a test once and resolve all errors.