Exception: Farscape::Exceptions::ProxyAuthenticationRequired

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



59
60
61
62
# File 'lib/farscape/errors.rb', line 59

def error_description
  'The client must first authenticate itself with the proxy.
  The client MAY repeat the request with suitable Proxy Authorization.'.squish
end