Class CouchRest::Model::Errors::Validations
In: lib/couchrest/model/errors.rb
Parent: CouchRestModelError

Raised when a persisence method ending in ! fails validation. The message will contain the full error messages from the Document in question.

Example:

Validations.new(person.errors)

Methods

new  

Attributes

document  [R] 

Public Class methods

[Validate]