Exception: ApiClient::Exceptions::BadGateway
- Defined in:
- lib/api-client/exceptions/bad_gateway.rb
Overview
Exception for a Bad Gateway Response ( Status Code : 502 ). The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.
Class Method Summary collapse
-
.initialize ⇒ BadGateway
Initialize a new exception.
Class Method Details
.initialize ⇒ BadGateway
Initialize a new exception.
7 8 9 |
# File 'lib/api-client/exceptions/bad_gateway.rb', line 7 def self.initialize super('Bad Gateway!') end |