|
@@ -8,6 +8,11 @@
|
|
|
"error_403_2": "Error 403: Forbidden. User account data corrupted.",
|
|
"error_403_2": "Error 403: Forbidden. User account data corrupted.",
|
|
|
"error_403_3": "Error 403: Forbidden. User account is disabled.",
|
|
"error_403_3": "Error 403: Forbidden. User account is disabled.",
|
|
|
"error_403_4": "Error 403: Forbidden. Invalid API key.",
|
|
"error_403_4": "Error 403: Forbidden. Invalid API key.",
|
|
|
|
|
+ "error_400": "Error 400: Bad Request.",
|
|
|
|
|
+ "error_400_1": "Error 400: Bad Request. No file provided.",
|
|
|
|
|
+ "error_400_2": "Error 400: Bad Request. File is empty.",
|
|
|
|
|
+ "error_415": "Error 415: Unsupported Media Type.",
|
|
|
|
|
+ "error_415_1": "Error 415: Unsupported Media Type. Supported media types are PNG, JPEG, GIF, and webm.",
|
|
|
"error_500": "Error 500: Internal Server Error.",
|
|
"error_500": "Error 500: Internal Server Error.",
|
|
|
"e": "e"
|
|
"e": "e"
|
|
|
}
|
|
}
|