Added some more error handling and request limit handling
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
SUCCESS = 0
|
||||
MISSING_ENV_VARS = 1
|
||||
MISSING_CONFIG_FILE = 2
|
||||
CORRUPTED_CONFIG_FILE = 3
|
||||
UNAUTHORIZED_API_TOKEN = 4
|
||||
|
||||
Reference in New Issue
Block a user