static const int s_exitDuplicate
An instance of the app (or core app) is already running.
Definition ExitCodes.h:16
static const int s_exitConfig
App was unable to read the configuration.
Definition ExitCodes.h:15
static const int s_exitSuccess
App successfully completed.
Definition ExitCodes.h:11
static const int s_exitTerminated
App was kill by a signal.
Definition ExitCodes.h:13
static const int s_exitFailed
App had a general failure.
Definition ExitCodes.h:12
static const int s_exitArgs
App was unable to run due to bad arguments being passed.
Definition ExitCodes.h:14