genemichaels icon indicating copy to clipboard operation
genemichaels copied to clipboard

Structural errors

Open andrewbaxter opened this issue 2 years ago • 0 comments

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.

andrewbaxter avatar Dec 24 '22 09:12 andrewbaxter