class Farscape::Exceptions::Gone

Public Instance Methods

error_description() click to toggle source
# File lib/farscape/errors.rb, line 79
def error_description
  'The requested resource is no longer available at the server and no forwarding address is known.
  This condition is expected to be considered permanent.
  Clients with link editing capabilities SHOULD delete references to the Request-URI after user approval.
  This response is cacheable unless indicated otherwise.'.squish
end