class Farscape::Exceptions::NotAcceptable

Public Instance Methods

error_description() click to toggle source
# File lib/farscape/errors.rb, line 54
def error_description
  'The resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.'
end