Exception: CouchObject::Errors::MapProcessError

Inherits:
StandardError
  • Object
show all
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

Instance Method Details

#messageObject Also known as: to_s



96
97
98
# File 'lib/couch_object/error_classes.rb', line 96

def message
  "CouchDB screwed it up somehow. There might be something wrong with your view as well."
end