class Farscape::Exceptions::UnsupportedMediaType

Public Instance Methods

error_description() click to toggle source
# File lib/farscape/errors.rb, line 107
def error_description
  'The server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.'
end