diff options
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 |