Exception: Farscape::Exceptions::ServiceUnavailable

Inherits:
ProtocolException show all
Defined in:
lib/farscape/errors.rb

Instance Attribute Summary

Attributes inherited from ProtocolException

#representor

Instance Method Summary collapse

Methods inherited from ProtocolException

#initialize, #message

Constructor Details

This class inherits a constructor from Farscape::Exceptions::ProtocolException

Instance Method Details

#error_descriptionObject



154
155
156
157
# File 'lib/farscape/errors.rb', line 154

def error_description
  'The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
  The implication is that this is a temporary condition which will be alleviated after some delay.'.squish
end