Class ActiveResource::Errors
In: lib/active_resource/validations.rb
Parent: ActiveModel::Errors

Active Resource validation is reported to and from this object, which is used by Base#save to determine whether the object in a valid state to be saved. See usage example in Validations.

Methods

Public Instance methods

Grabs errors from an array of messages (like ActiveRecord::Validations) The second parameter directs the errors cache to be cleared (default) or not (by passing true)

Grabs errors from a json response.

Grabs errors from an XML response.

[Validate]