Added some more error handling and request limit handling

This commit is contained in:
Jake Pullen
2024-08-10 15:54:31 +01:00
parent 4fea87030e
commit d25136fbb0
3 changed files with 27 additions and 13 deletions
+2
View File
@@ -1,3 +1,5 @@
SUCCESS = 0
MISSING_ENV_VARS = 1
MISSING_CONFIG_FILE = 2
CORRUPTED_CONFIG_FILE = 3
UNAUTHORIZED_API_TOKEN = 4