Exception: RegistryApiClient::HTTP::ResponseError
- Inherits:
-
Exception
- Object
- Exception
- RegistryApiClient::HTTP::ResponseError
- Defined in:
- lib/docker_cake/registry_api_client.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#response ⇒ Object
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(message, response) ⇒ ResponseError
constructor
A new instance of ResponseError.
Constructor Details
#initialize(message, response) ⇒ ResponseError
Returns a new instance of ResponseError.
401 402 403 404 |
# File 'lib/docker_cake/registry_api_client.rb', line 401 def initialize(, response) super() @response = response end |
Instance Attribute Details
#response ⇒ Object
Returns the value of attribute response.
400 401 402 |
# File 'lib/docker_cake/registry_api_client.rb', line 400 def response @response end |