On Jul 7, 2011, at 9:31 PM, Eranda Sooriyabandara wrote:
> org.jcouchdb.exception.DataAccessException: error creating document
> {"id":"_design\/twits","language":"javascript","lists":{},"views":{}}in
> database 'TwitApp': code 500Is there a way you can see the response from the server? The response body contains JSON that describes the error. As before, the library you’re using isn’t propagating that into the exception. —Jens
