class Mongoid::Errors::Validations

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

@example Create the error.

Validations.new(person.errors)