From 4592ae65d42e5d8eba77350f8339e07350ad0908 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 11 Feb 2020 16:17:02 +0100 Subject: T2026: use unique exit codes for commit errors. --- src/vyos-errors.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vyos-errors.h') diff --git a/src/vyos-errors.h b/src/vyos-errors.h index 4ac9f57..b607659 100644 --- a/src/vyos-errors.h +++ b/src/vyos-errors.h @@ -3,3 +3,5 @@ #define VYOS_INVALID_PATH 2 #define VYOS_EMPTY_CONFIG 3 #define VYOS_CONFIG_PARSE_ERROR 4 +#define VYOS_COMMIT_FAILURE 5 +#define VYOS_PARTIAL_COMMIT 6 -- cgit v1.2.3