summaryrefslogtreecommitdiff
path: root/include/exporter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/exporter.hpp')
-rw-r--r--include/exporter.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/exporter.hpp b/include/exporter.hpp
index 649c8c2..cde937c 100644
--- a/include/exporter.hpp
+++ b/include/exporter.hpp
@@ -20,7 +20,10 @@
#define E_ERR_SUCCESS 0
#define E_ERR_FAILED_REQUEST 1
-#define E_ERR_UNIMPLEMENTED 2
+#define E_ERR_TIMEOUT 2
+#define E_ERR_UNAUTHORIZED 3
+#define E_ERR_SERVER_ERROR 4
+#define E_ERR_LIMITS_REACHED 5
typedef uint32_t e_err;