Errorcodes is a simple module that maps Nim error states, Windows API, POSIX and HTTP error codes to a single common enum. It is generated from errorcodes.md.
nim-lang/errorcodes
Errorcodes is a simple module that offers an enumeration of "everything" that can go wrong. It is for people who don't like Nim's existing exception hierarchy.
NimMIT