Exception: Qiniu::RS::RequestFailed
- Inherits:
-
ResponseError
- Object
- RuntimeError
- Exception
- ResponseError
- Qiniu::RS::RequestFailed
- Defined in:
- lib/qiniu/rs/exceptions.rb
Instance Attribute Summary
Attributes inherited from ResponseError
Instance Method Summary collapse
Methods inherited from ResponseError
#http_body, #http_code, #initialize, #inspect
Constructor Details
This class inherits a constructor from Qiniu::RS::ResponseError
Instance Method Details
#message ⇒ Object
31 32 33 |
# File 'lib/qiniu/rs/exceptions.rb', line 31 def "HTTP status code: #{http_code}. Response body: #{http_body}" end |
#to_s ⇒ Object
35 36 37 |
# File 'lib/qiniu/rs/exceptions.rb', line 35 def to_s end |