# File lib/fog/joyent/errors.rb, line 7 def message if response.body["code"] && response.body["message"] "[ERROR #{response.body['code']}] : #{response.body['message']}" else '' end end
# File lib/fog/joyent/errors.rb, line 15 def to_s message end
[Validate]
Generated with the Darkfish Rdoc Generator 2.