-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
in progressthis issue is currently being worked onthis issue is currently being worked on
Description
Using errno is slightly obtuse of a way to check what type of error occured, and we currently don't follow convention with "Success" being 0 and errors being non-zero types.
Here's what I'm thinking:
- Enumerate error types to be a more approachable and readable format.
- The new "Success" type should be 0 instead of 1.
- Make a lookup table for the errors to provide some form of error print function.
Looking forwards to seeing how this project goes.
Metadata
Metadata
Assignees
Labels
in progressthis issue is currently being worked onthis issue is currently being worked on