[clouchdb-cvs] CVS clouchdb/public_html
peddy
peddy at common-lisp.net
Wed Jul 15 02:23:00 UTC 2009
Update of /project/clouchdb/cvsroot/clouchdb/public_html
In directory cl-net:/tmp/cvs-serv2013/public_html
Modified Files:
index.html
Log Message:
Added handling of illegal database names in create-db, doc and tests
--- /project/clouchdb/cvsroot/clouchdb/public_html/index.html 2009/07/15 01:37:25 1.7
+++ /project/clouchdb/cvsroot/clouchdb/public_html/index.html 2009/07/15 02:23:00 1.8
@@ -2091,12 +2091,21 @@
process. This is a sub type of <a
href="#sym-doc-error">doc-error</a>
</blockquote>
+
+<a name="sym-illegal-database-name"><b>illegal-database-name</b></a> <br />
+<blockquote>
+ Signaled when an attempt is made to create a database with an
+ illegal name. This is a sub type of <a
+ href="#sym-db-existential-error">db-existential-error</a>
+</blockquote>
+
<a name="sym-invalid-type"><b>invalid-type</b></a> <br />
<blockquote>
Error raised when an invalid type was specified for a
parameter. This is a sub type of <a
href="#sym-clouchdb-error">clouchdb-error</a>
</blockquote>
+
</blockquote>
<hr/>
@@ -2148,6 +2157,7 @@
<a href="#sym-get-document">get-document</a> <br />
<a href="#sym-id-missing">id-missing</a> <br />
<a href="#sym-id-or-revision-conflict">id-or-revision-conflict</a> <br />
+ <a href="#sym-illegal-database-name">illegal-database-name</a> <br />
<a href="#sym-invalid-input">invalid-input</a> <br />
<a href="#sym-invoke-view">invoke-view</a> <br />
<a href="#sym-json-to-document">json-to-document</a> <br />
More information about the clouchdb-cvs
mailing list