diff options
| author | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-12 14:27:43 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-12 14:27:43 +0100 |
| commit | afc58c547f25affd9075ee5eef4444b7c0855e06 (patch) | |
| tree | d90311c217fd02d989bbffa720407fe254958474 /include/exporter.hpp | |
| parent | 74748ae725ca3cdcc450473ea0ccd245ab36533d (diff) | |
ui improvements
Diffstat (limited to 'include/exporter.hpp')
| -rw-r--r-- | include/exporter.hpp | 5 |
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; |
