Revision b61fa2cb src/oca/ruby/opennebula/client.rb
src/oca/ruby/opennebula/client.rb | ||
---|---|---|
201 | 201 |
response[1] #response[1..-1] |
202 | 202 |
end |
203 | 203 |
rescue Exception => e |
204 |
Error.new(e.message) |
|
204 |
Error.new(e.message, Error::EXML_RPC_CALL)
|
|
205 | 205 |
end |
206 | 206 |
end |
207 | 207 |
|
Also available in: Unified diff