-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: All Tools
-
None
-
1
-
MCI 2.7.7
In theory, we should be matching the exit codes for the different error exists in the C++ tools. We can't do this by just exiting in our code with os.Exit(x), since that will break defer statements. It would be nice if we had an error package that let us bubble up error messages with exit codes attached.