DataMapperRest::ClientError
422 Unprocessable Entity
On this case, we could try to retrieve the validation_errors from message body:
# File lib/dm-rest-adapter/exceptions.rb, line 51 def initialize(response, message = nil) super(response, message) @body = response.body unless response.body.nil? end
[Validate]
Generated with the Darkfish Rdoc Generator 2.