Fog::Rackspace::Errors::ServiceError
TODO - Need to find a bette way to print out these validation errors when they are thrown
# File lib/fog/rackspace.rb, line 35 def self.slurp(error) new_error = super(error) unless new_error.response_data.nil? new_error.instance_variable_set(:@validation_errors, new_error.response_data['validationErrors']) end new_error end
[Validate]
Generated with the Darkfish Rdoc Generator 2.