added new constants
This commit is contained in:
parent
19445ec4f5
commit
0dd731ff50
@ -24,6 +24,12 @@ namespace internal {
|
||||
static constexpr const char *ISMAS_NOT_CONNECTED{"not connected"};
|
||||
static constexpr const char *ISMAS_CONNECTION_IN_PROGRESS{"connecting"};
|
||||
|
||||
static constexpr const char *BROKER_CONNECTED{"connected"};
|
||||
static constexpr const char *BROKER_DISCONNECTED{"disconnected"};
|
||||
static constexpr const char *BROKER_DISCONNECTING{"disconnecting"};
|
||||
static constexpr const char *BROKER_NOT_CONNECTED{"not connected"};
|
||||
static constexpr const char *BROKER_CONNECTION_IN_PROGRESS{"connecting"};
|
||||
|
||||
static constexpr const int GIT_CHECKOUT_ERROR_CODE{-2};
|
||||
static constexpr const int GIT_PULL_ERROR_CODE{-4};
|
||||
static constexpr const int GIT_NOT_NECESSARY_CODE{1};
|
||||
|
Loading…
x
Reference in New Issue
Block a user