genemichaels
genemichaels copied to clipboard
Structural errors
I've been using anyhow, but in the long run if someone wants to use it as a library it would probably be good to have a proper error enumeration. Specifically the following could be useful
- File not found
- Other FS error
- Errors with line numbers
- Other formatting errors
Plainly exposing internal errors isn't great because they might be missing context about their cause.