Class: Aliyun::OSS::Error::Response
- Inherits:
-
Base::Response
- Object
- String
- Base::Response
- Aliyun::OSS::Error::Response
- Defined in:
- lib/aliyun/oss/response.rb
Instance Attribute Summary
Attributes inherited from Base::Response
Instance Method Summary collapse
Methods inherited from Base::Response
#[], #code, #each, #error, #headers, #initialize
Methods inherited from String
#previous, #previous!, #remove_extended, #remove_extended!, #tap, #to_header, #underscore, #valid_utf8?
Constructor Details
This class inherits a constructor from Aliyun::OSS::Base::Response
Instance Method Details
#error? ⇒ Boolean
118 119 120 |
# File 'lib/aliyun/oss/response.rb', line 118 def error? true end |
#inspect ⇒ Object
122 123 124 |
# File 'lib/aliyun/oss/response.rb', line 122 def inspect "#<%s:0x%s %s %s: '%s'>" % [self.class.name, object_id, response.code, error.code, error.] end |