summaryrefslogtreecommitdiff
path: root/error.h
diff options
context:
space:
mode:
authorVincent Douillet <vincent@vdouillet.fr>2023-07-26 09:41:28 +0200
committerVincent Douillet <vincent@vdouillet.fr>2023-08-01 18:14:47 +0200
commit89a76cdd3fa168902d83f4c043d2cc6629b40024 (patch)
treed09e916129894e64010ae5d8f6dbe68ef842d02f /error.h
parent519194a2199af44b157812705aa8838068a97bc8 (diff)
browse folders
Diffstat (limited to 'error.h')
-rw-r--r--error.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/error.h b/error.h
index e95b38f..ce96418 100644
--- a/error.h
+++ b/error.h
@@ -32,7 +32,8 @@
#define VAULT_ERROR_H
#define VAULT_SUCCESS 0
-#define VAULT_CGI_ERROR -1
-#define VAULT_IO_ERROR -2
+#define VAULT_CGI_ERROR 1
+#define VAULT_IO_ERROR 2
+#define VAULT_URI_ERROR 3
#endif /* VAULT_ERROR_H */