untitled
400
The request was denied due to a syntax error in the request.
401
Your IP address or the username/password you entered were not correct. Your request was denied as you have no permission to access the data.
402
The data is not accessible at the time. The owner of the space has not yet payed their service provider.
403
Your IP address or the username/password you entered were not correct. Your request was denied as you have no permission to access the data.
OR
The server was unable to serve the data that was requested.
404
The document that has been requested either no longer exists, or has never existed on the server.
405
The method you are using to access the document is not allowed. Possible methods include:
CONNECT
DELETE
GET
HEAD
OPTIONS
POST
PUT
TRACE
406
The client (webbrowser) does not accept the document format. The formats that may be specified not to accept are charset, encoding, certain file types, languages, or ranges.
407
The browser has not been authenticated on the required proxy server to access the data. This error is probably most commonly returned by content filters/parental controls.
408
The server has closed the socket due to communications between the client and server taking too long. This could be due to server load, bandwidth issues, the client being disconnected from the internet, etc.
409
Too many requests for the same file at one time.
OR
There is a conflict with an established software rule. (ie: you are trying to copy over a file with an older version, or you do not have permissions to delete a file)
OR
This could be caused by a DNS issue.
410
This is like a 404 error in that the document requested is not on the server, however this differs in that the server 'knows' that the file used to be there and 'believes' that the file may be back, so it returns 410 rather 404.
411
When trying to send a document to the server the server did not recieve a Content-Length specification in the header.
412
A precondition setting required by the client or server has not been met.
413
The process is too large to process. (ie: a file you are trying to upload is too large to fit on the server, or a webpage you are trying to download is too large for the server to process).
414
The URL requested is simply too long. It is most likely more than 1024, 2048, or 4096 characters in length.
415
This usually occurs if the server does not support the type of media the client is requesting. (ie: the server does not support streaming media, but streaming media is on the server and the client is attempting to access it).
416
The client request included a range for acceptable file size, however the document requested did not fit into that range.
417
The client's expect header requested certain server behaviors that the server could not perform.