summaryrefslogtreecommitdiff
path: root/src/vyos-errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vyos-errors.h')
-rw-r--r--src/vyos-errors.h4
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