1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

just the message.

This commit is contained in:
Nat Welch 2013-06-20 16:32:40 -07:00
parent b55857f3db
commit 4189cf7325

View file

@ -127,7 +127,7 @@ module Fog
response.body["error"]["errors"].each do |error|
# We could throw these I guess.
p Fog::Errors::Error.new(error)
p Fog::Errors::Error.new(error["message"])
end
else
response.status = 200