You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2009/05/17 08:53:33 UTC

[Couchdb Wiki] Update of "HTTP status list" by DanLarkin

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The following page has been changed by DanLarkin:
http://wiki.apache.org/couchdb/HTTP_status_list

------------------------------------------------------------------------------
  
  Request was accessing a non-existent URL.  For example, if you have a malformed URL, or are using a third party library that is targeting a different version of CouchDB.
  
- === 406 - Not Acceptable ===
+ === 409 - Conflict ===
  
- Request contained invalid JSON.
+ Request resulted in an update conflict.
  
- === 409 - Conflict ===
+ === 412 - Precondition Failed ===
  
  Request attempted to created database which already exists.
  
- === 412 - Precondition Failed ===
- 
- Request resulted in an update conflict.
- 
  === 500 - Internal Server Error ===
  
- Woops.
+ Request contained invalid JSON, probably happens in other cases too.
  
- ''As you can see, this document is incomplete, please update.'''
+ ''As you can see, this document is incomplete, please update.''