Exception: HttpClient::ServerBrokeConnection
- Defined in:
- lib/http_client/exceptions.rb
Overview
The server broke the connection prior to the request completing. Usually this means it crashed, or sometimes that your network connection was severed before it could complete.
Constant Summary collapse
- ErrorMessage =
'Server broke connection'