CouchRest::Exception
The request failed with an error code not managed by the code
# File lib/couchrest/exceptions.rb, line 83 def message "HTTP status code #{http_code}" end
# File lib/couchrest/exceptions.rb, line 87 def to_s message end