Error Messages

The following lists the HTTP error codes.

Response Status Error Details Error Message
400 Attempt to upload a file with existing object name { "errorMessage" : "File already exists", "httpMessage" : "Bad Request", "httpStatusCode" : 400, "appErrorCode" : "16-79066-92428" }
400 Invalid name for bucket or object name { "errorMessage" : "Internal server error", "httpMessage" : "Bad Request", "httpStatusCode" : 400, "appErrorCode" : "16-84333-28657" }
405 Invalid HTTP method { "errorMessage" : "Internal server error", "httpMessage" : "Method Not Allowed", "httpStatusCode" : 405, "appErrorCode" : "16-55022-09942" }
415 File is not of allowed type { "errorMessage" : "Invalid file", "httpMessage" : "Unsupported Media Type", "httpStatusCode" : 415, "appErrorCode" : "16-74848-18999" }
415 Invalid user authentication -
500 File does not exist on server or is deleted { "errorMessage" : "File not found", "httpMessage" : "Internal Server Error", "httpStatusCode" : 500, "appErrorCode" : "16-74791-19205" }
500 Error in processing request { "errorMessage" : "Internal server error", "httpMessage" : "Internal Server Error", "httpStatusCode" : 500, "appErrorCode" : "16-74755-77368" }
500

File size is more than max allowed limit

or

Zip file extracted size is more than allowed limit

{ "errorMessage" : "Max size limit reached", "httpMessage" : "Internal Server Error", "httpStatusCode" : 500, "appErrorCode" : "16-74850-18452" }
500 Simultaneous upload limit error { "errorMessage" : "Maximum allowed simultaneous uploads are active at present. Please try after some time", "httpMessage" : "Internal Server Error", STATUS : 500 }