Exception: QcloudVod::Http::ResponseError

Inherits:
Error
  • Object
show all
Defined in:
lib/qcloud_vod/http.rb

Instance Method Summary collapse

Constructor Details

#initialize(action, res) ⇒ ResponseError

Returns a new instance of ResponseError.



70
71
72
# File 'lib/qcloud_vod/http.rb', line 70

def initialize(action, res)
  super("Wrong response code with #{res} while #{action}")
end