diff options
author | Daniil Baturin <daniil@baturin.org> | 2020-02-11 16:11:07 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2020-02-11 16:11:07 +0100 |
commit | 72d0243f10e4df7c2fb7ce35c3d7f333e83bab97 (patch) | |
tree | 313653512384c3d7c7acf7d4dc2d97ad525aa48f /src/vyos-errors.h | |
parent | 7f6eb1ed2c2a9dc76227ac355446b6d4b6c27733 (diff) | |
download | vyatta-cfg-72d0243f10e4df7c2fb7ce35c3d7f333e83bab97.tar.gz vyatta-cfg-72d0243f10e4df7c2fb7ce35c3d7f333e83bab97.zip |
T2026: use a unique exit code for config parse errors.
Diffstat (limited to 'src/vyos-errors.h')
-rw-r--r-- | src/vyos-errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vyos-errors.h b/src/vyos-errors.h index 790f4c4..4ac9f57 100644 --- a/src/vyos-errors.h +++ b/src/vyos-errors.h @@ -2,3 +2,4 @@ #define VYOS_GENERAL_FAILURE 1 #define VYOS_INVALID_PATH 2 #define VYOS_EMPTY_CONFIG 3 +#define VYOS_CONFIG_PARSE_ERROR 4 |