Exception: Rest::InternalClient::RequestFailed
- Inherits:
-
ExceptionWithResponse
- Object
- RuntimeError
- Exception
- ExceptionWithResponse
- Rest::InternalClient::RequestFailed
- Defined in:
- lib/rest/wrappers/internal_client/internal/exceptions.rb
Overview
The request failed with an error code not managed by the code
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
Methods inherited from Exception
#http_body, #http_code, #initialize, #inspect
Constructor Details
This class inherits a constructor from Rest::InternalClient::Exception
Instance Method Details
#message ⇒ Object
130 131 132 |
# File 'lib/rest/wrappers/internal_client/internal/exceptions.rb', line 130 def "HTTP status code #{http_code}" end |
#to_s ⇒ Object
134 135 136 |
# File 'lib/rest/wrappers/internal_client/internal/exceptions.rb', line 134 def to_s end |