Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 50949 invoked from network); 17 May 2009 06:53:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 May 2009 06:53:56 -0000 Received: (qmail 39421 invoked by uid 500); 17 May 2009 06:53:56 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 39346 invoked by uid 500); 17 May 2009 06:53:55 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 39337 invoked by uid 500); 17 May 2009 06:53:55 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 39334 invoked by uid 99); 17 May 2009 06:53:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 May 2009 06:53:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 May 2009 06:53:53 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 9973D118BC for ; Sun, 17 May 2009 06:53:33 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: couchdb-commits@incubator.apache.org Date: Sun, 17 May 2009 06:53:33 -0000 Message-ID: <20090517065333.16570.84421@eos.apache.org> Subject: [Couchdb Wiki] Update of "HTTP status list" by DanLarkin X-Virus-Checked: Checked by ClamAV on apache.org 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.''