Return-Path: Delivered-To: apmail-incubator-couchdb-commits-archive@locus.apache.org Received: (qmail 28509 invoked from network); 2 Nov 2008 01:19:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2008 01:19:08 -0000 Received: (qmail 8598 invoked by uid 500); 2 Nov 2008 01:19:14 -0000 Delivered-To: apmail-incubator-couchdb-commits-archive@incubator.apache.org Received: (qmail 8565 invoked by uid 500); 2 Nov 2008 01:19:14 -0000 Mailing-List: contact couchdb-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-commits@incubator.apache.org Received: (qmail 8556 invoked by uid 99); 2 Nov 2008 01:19:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Nov 2008 18:19:14 -0700 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, 02 Nov 2008 01:18:06 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id CD7FF1114F for ; Sun, 2 Nov 2008 01:18:47 +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, 02 Nov 2008 01:18:47 -0000 Message-ID: <20081102011847.18761.87388@eos.apache.org> Subject: [Couchdb Wiki] Update of "HTTP status list" by MartinCzura 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 MartinCzura: http://wiki.apache.org/couchdb/HTTP_status_list The comment on the change is: page creation New page: A list of HTTP statuses used by CouchDB and their respective meanings. === 200 - OK === Request completed successfully. === 304 - Not Modified === Etag not modified since last update. === 400 - Bad Request === Request given is not valid in some way. === 404 - Not Found === Such as a request via the HttpDocumentApi for a document which doesn't exist. === 406 - Not Acceptable === Request contained invalid JSON. === 409 - Conflict === Request attempted to created database which already exists. === 412 - Precondition Failed === Request resulted in an update conflict. === 500 - Internal Server Error === Woops. ''As you can see, this document is incomplete, please update.'''