Exception: ApiClient::Exceptions::ServiceUnavailable
- Defined in:
- lib/api-client/exceptions/service_unavailable.rb
Overview
Exception for a Service Unavailable Response ( Status Code : 503 ). The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
Class Method Summary collapse
-
.initialize ⇒ ServiceUnavailable
Initialize a new exception.
Class Method Details
.initialize ⇒ ServiceUnavailable
Initialize a new exception.
7 8 9 |
# File 'lib/api-client/exceptions/service_unavailable.rb', line 7 def self.initialize super('Service Unavailable!') end |