Exception: Farscape::Exceptions::Gone

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



79
80
81
82
83
84
# 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