class Farscape::Exceptions::ProxyAuthenticationRequired

Public Instance Methods

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