class Farscape::Exceptions::ExpectationFailed

Public Instance Methods

error_description() click to toggle source
# File lib/farscape/errors.rb, line 119
def error_description
  'The expectation given by the client could not be met by this server.
  If the server is a proxy, the server has unambiguous evidence that the request could not be met by the next-hop server.'.squish
end