Exception: CouchObject::Errors::MapProcessError
- Inherits:
-
StandardError
- Object
- StandardError
- CouchObject::Errors::MapProcessError
- Defined in:
- lib/couch_object/error_classes.rb
Overview
This error is raised when trying to load a view but CouchDB screwes it up and returns a MapProcessError
Instance Method Summary collapse
- #message ⇒ Object (also: #to_s)
Instance Method Details
#message ⇒ Object Also known as: to_s
96 97 98 |
# File 'lib/couch_object/error_classes.rb', line 96 def "CouchDB screwed it up somehow. There might be something wrong with your view as well." end |