diff options
author | Daniil Baturin <daniil@baturin.org> | 2020-02-10 22:59:27 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2020-02-10 22:59:27 +0100 |
commit | 7f6eb1ed2c2a9dc76227ac355446b6d4b6c27733 (patch) | |
tree | 7da0ad990903eacd43c398577058a93a3f170460 /src/vyos-errors.h | |
parent | 699963ac8cce88fe15751e3b426f4381bade02f2 (diff) | |
download | vyatta-cfg-7f6eb1ed2c2a9dc76227ac355446b6d4b6c27733.tar.gz vyatta-cfg-7f6eb1ed2c2a9dc76227ac355446b6d4b6c27733.zip |
T2026: make cli-shell-api showConfig fail on errors.
Diffstat (limited to 'src/vyos-errors.h')
-rw-r--r-- | src/vyos-errors.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vyos-errors.h b/src/vyos-errors.h new file mode 100644 index 0000000..790f4c4 --- /dev/null +++ b/src/vyos-errors.h @@ -0,0 +1,4 @@ +#define VYOS_SUCCESS 0 +#define VYOS_GENERAL_FAILURE 1 +#define VYOS_INVALID_PATH 2 +#define VYOS_EMPTY_CONFIG 3 |