Skip to content
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

Open
AlexandraRoatis opened this issue Mar 21, 2019 · 1 comment
Open

Define error codes for exiting the application #856

AlexandraRoatis opened this issue Mar 21, 2019 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@AlexandraRoatis
Copy link
Contributor

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 AlexandraRoatis added the enhancement New feature or request label Mar 21, 2019
@AlexandraRoatis AlexandraRoatis added this to the 0.4.0 milestone 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
@Pao2529
Copy link

Pao2529 commented Apr 10, 2019

System.exit(int)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants