class Farscape::Exceptions::NotFound
Public Instance Methods
error_description()
click to toggle source
# File lib/farscape/errors.rb, line 42 def error_description 'The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.'.squish end