Open rgochee opened 13 years ago
When things fail, we should have a standardized way of reporting why. We may want to add in some way to track errors by creating an enumerated data type and creating a error object to store messages.
What kind of errors should we be supporting? Duplicate value, invalid input, etc.?
When things fail, we should have a standardized way of reporting why. We may want to add in some way to track errors by creating an enumerated data type and creating a error object to store messages.