aion
aion copied to clipboard
Define error codes for exiting the application
The kernel calls System.exit(int) when encountering issues that it cannot recover from.
The int code used in these calls should be well defined and standardized.
System.exit(int)