# File lib/fog/rackspace.rb, line 55 def self.slurp(error) new_error = super(error) unless new_error.response_data.nil? or new_error.response_data['badRequest'].nil? new_error.instance_variable_set(:@validation_errors, new_error.response_data['badRequest']['validationErrors']) end new_error end
Generated with the Darkfish Rdoc Generator 2.