Exception: HTTP::OutOfRetriesError
- Defined in:
- lib/http/retriable/errors.rb
Overview
Retriable performance ran out of attempts
Instance Attribute Summary collapse
- #cause ⇒ Object
-
#response ⇒ Object
Returns the value of attribute response.
Instance Attribute Details
#cause ⇒ Object
10 11 12 |
# File 'lib/http/retriable/errors.rb', line 10 def cause @cause || super end |
#response ⇒ Object
Returns the value of attribute response.
6 7 8 |
# File 'lib/http/retriable/errors.rb', line 6 def response @response end |