class Farscape::Exceptions::Unauthorized
Public Instance Methods
error_description()
click to toggle source
# File lib/farscape/errors.rb, line 28 def error_description 'The request requires user authentication. The client MAY repeat the request with suitable Authorization. If the request already included Authorization credentials, then the response indicates that authorization has been refused for those credentials.'.squish end