-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define error codes for exiting the application #856
Labels
enhancement
New feature or request
Milestone
Comments
AlexandraRoatis
added a commit
that referenced
this issue
Mar 21, 2019
AlexandraRoatis
added a commit
that referenced
this issue
Mar 21, 2019
… blocks - also handling the interrupted exceptions in TaskFastImportBlocks
AlexandraRoatis
added a commit
that referenced
this issue
Mar 21, 2019
…port - also handling the interrupted exceptions in TaskFastImportBlocks
AlexandraRoatis
added a commit
that referenced
this issue
Mar 21, 2019
AlexandraRoatis
added a commit
that referenced
this issue
Mar 21, 2019
System.exit(int) |
AlexandraRoatis
added a commit
that referenced
this issue
Jul 26, 2019
AlexandraRoatis
added a commit
that referenced
this issue
Jul 26, 2019
AlexandraRoatis
added a commit
that referenced
this issue
Jul 26, 2019
AlexandraRoatis
added a commit
that referenced
this issue
Jul 26, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: