aion icon indicating copy to clipboard operation
aion copied to clipboard

Define error codes for exiting the application

Open AlexandraRoatis opened this issue 6 years ago • 1 comments

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.

AlexandraRoatis avatar Mar 21 '19 18:03 AlexandraRoatis

System.exit(int)

Pao2529 avatar Apr 10 '19 09:04 Pao2529