Exception: Farscape::Exceptions::Forbidden

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



36
37
38
39
# File 'lib/farscape/errors.rb', line 36

def error_description
  'The server understood the request, but is refusing to fulfill it.
  Authorization will not help and the request SHOULD NOT be repeated.'.squish
end