Exception: RunApi::Core::TimeoutError
- Defined in:
- lib/runapi/core/errors.rb
Overview
Raised when HTTP request exceeds configured timeout.
Constant Summary
Constants inherited from Error
Error::DEFAULT_MESSAGES, Error::STATUS_MAP
Instance Attribute Summary
Attributes inherited from Error
#details, #request_id, #status
Instance Method Summary collapse
-
#initialize(message = "Request timed out", **kwargs) ⇒ TimeoutError
constructor
A new instance of TimeoutError.
Methods inherited from Error
Constructor Details
#initialize(message = "Request timed out", **kwargs) ⇒ TimeoutError
Returns a new instance of TimeoutError.
213 214 215 |
# File 'lib/runapi/core/errors.rb', line 213 def initialize( = "Request timed out", **kwargs) super end |