class Farscape::Exceptions::ServiceUnavailable

Public Instance Methods

error_description() click to toggle source
# 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