Package convex.cli
Class ExitCodes
java.lang.Object
convex.cli.ExitCodes
Exit codes
TODO: may need to make partially platform-specific?
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
General catch-all error, probably IOstatic final int
Fatal uncaught exception, should be reported as bugstatic final int
Exit code for success (0)static final int
Usage error (2 according to standard bash / linux conventions) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SUCCESS
public static final int SUCCESSExit code for success (0)- See Also:
-
ERROR
public static final int ERRORGeneral catch-all error, probably IO- See Also:
-
USAGE
public static final int USAGEUsage error (2 according to standard bash / linux conventions)- See Also:
-
FATAL
public static final int FATALFatal uncaught exception, should be reported as bug- See Also:
-
-
Constructor Details
-
ExitCodes
public ExitCodes()
-
-
Method Details
-
getExitCode
-