summaryrefslogtreecommitdiff
path: root/src/vyos-errors.h
blob: b607659b4b9406608d3dc41eaf8d4d0fd639694a (plain)
1
2
3
4
5
6
7
#define VYOS_SUCCESS 0
#define VYOS_GENERAL_FAILURE 1
#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