Exception: HTTP::OutOfRetriesError
- Defined in:
- lib/http/retriable/errors.rb
Overview
Retriable performance ran out of attempts
Instance Attribute Summary collapse
-
#cause ⇒ Exception?
Returns the cause of the error.
-
#response ⇒ HTTP::Response?
The last response received before failure.
Instance Attribute Details
#cause ⇒ Exception?
Returns the cause of the error
31 32 33 |
# File 'lib/http/retriable/errors.rb', line 31 def cause @cause || super end |
#response ⇒ HTTP::Response?
The last response received before failure
13 14 15 |
# File 'lib/http/retriable/errors.rb', line 13 def response @response end |