Exception: ApiResponseRetrievalException

Inherits:
ApiException
  • Object
show all
Defined in:
lib/PCP-server-Ruby-SDK/errors/api_response_retrieval_exception.rb

Instance Attribute Summary

Attributes inherited from ApiException

#response_body, #status_code

Instance Method Summary collapse

Methods inherited from ApiException

#message, #to_s

Constructor Details

#initialize(status_code, response_body, cause = nil) ⇒ ApiResponseRetrievalException

Returns a new instance of ApiResponseRetrievalException.



4
5
6
# File 'lib/PCP-server-Ruby-SDK/errors/api_response_retrieval_exception.rb', line 4

def initialize(status_code, response_body, cause = nil)
  super(status_code, response_body, cause)
end