Exception: HTTP::OutOfRetriesError

Inherits:
Error
  • Object
show all
Defined in:
lib/http/retriable/errors.rb

Overview

Retriable performance ran out of attempts

Instance Attribute Summary collapse

Instance Attribute Details

#causeObject



10
11
12
# File 'lib/http/retriable/errors.rb', line 10

def cause
  @cause || super
end

#responseObject

Returns the value of attribute response.



6
7
8
# File 'lib/http/retriable/errors.rb', line 6

def response
  @response
end