Details on Parse Errors #314
-
|
Is there any way to get more context on Parse errors? It'd be great to know the position/offset or field it failed on |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
I agree this would be great to have. The best deku has at the moment is by using the By initializing |
Beta Was this translation helpful? Give feedback.
-
|
I would love to see rich result types with inner values describing the parsing issue. |
Beta Was this translation helpful? Give feedback.
I agree this would be great to have. The best deku has at the moment is by using the
loggingfeature.By initializing
env_loggerfor example usingenv_logger::init();at the start ofmain