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:
parent
b55857f3db
commit
4189cf7325
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue