Added more error handling and logic to ingest
This commit is contained in:
@@ -3,3 +3,8 @@ MISSING_ENV_VARS = 1
|
||||
MISSING_CONFIG_FILE = 2
|
||||
CORRUPTED_CONFIG_FILE = 3
|
||||
UNAUTHORIZED_API_TOKEN = 4
|
||||
REQUESTS_ERROR = 5
|
||||
BAD_REQUEST = 6
|
||||
FORBIDDEN = 7
|
||||
NOT_FOUND = 8
|
||||
CONFLICT = 9
|
||||
Reference in New Issue
Block a user