| More of those nasty ....ERROR
CODES, and what they all mean Error
codes 409 - 415
409 Conflict
The request could not be completed due to a conflict with the current state of the
resource. This code is only allowed in situations where it is expected that the user might
be able to resolve the conflict and resubmit the request.
410 Gone
The 410 response is primarily intended to assist the task of web maintenance by notifying
the recipient that the resource is intentionally unavailable and that the server owners
want remote links to that resource be removed.
411 Length Required
The server refuses to accept the request without a defined Content- Length. The client may
repeat the request if it adds a valid Content-Length header field containing the length of
the message-body in the request message.
412 Precondition Failed
The precondition given in one or more of the request-header fields evaluated to false when
it was tested on the server. This response code allows the client to place preconditions
on the current resource metainformation (header field data) and thus prevent the requested
method from being applied to a resource other than the one intended.
413 Request Entity Too Large
The server is refusing to process a request because the request entity is larger than the
server is willing or able to process. The server may close the connection to prevent the
client from continuing the request.
414 Request-URI Too Long
The server is refusing to service the request because the Request-URI is longer than the
server is willing to interpret.
415 Unsupported Media Type
The server is refusing to service the request because the entity of the request is in a
format not supported by the requested resource for the requested method.
More Error codes |