Added more error handling in for raw to base

This commit is contained in:
Jake Pullen
2024-08-10 18:36:39 +01:00
parent 87c6bf8718
commit 812e107013
3 changed files with 119 additions and 76 deletions
+3 -1
View File
@@ -7,4 +7,6 @@ REQUESTS_ERROR = 5
BAD_REQUEST = 6
FORBIDDEN = 7
NOT_FOUND = 8
CONFLICT = 9
CONFLICT = 9
MOVE_FILE_ERROR = 10
DUPLICATE_RESOLUTION_ERROR = 11