Class: Metasploit::Framework::DataService::RemoteHTTPDataService::ErrorResponse
- Inherits:
-
ResponseWrapper
- Object
- ResponseWrapper
- Metasploit::Framework::DataService::RemoteHTTPDataService::ErrorResponse
- Defined in:
- lib/metasploit/framework/data_service/remote/http/core.rb
Overview
Error response wrapper There is a response object, however, the request was unsuccessful.
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from ResponseWrapper
Instance Method Summary collapse
-
#initialize(response) ⇒ ErrorResponse
constructor
A new instance of ErrorResponse.
Methods inherited from ResponseWrapper
Constructor Details
#initialize(response) ⇒ ErrorResponse
Returns a new instance of ErrorResponse.
273 274 275 |
# File 'lib/metasploit/framework/data_service/remote/http/core.rb', line 273 def initialize(response) super(response) end |