Exception: ApiClient::Exceptions::ServiceUnavailable

Inherits:
Generic
  • Object
show all
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

Class Method Details

.initializeServiceUnavailable

Initialize a new exception.

Returns:



7
8
9
# File 'lib/api-client/exceptions/service_unavailable.rb', line 7

def self.initialize
  super('Service Unavailable!')
end