Exception: Farscape::Exceptions::UnsupportedMediaType

Inherits:
ProtocolException show all
Defined in:
lib/farscape/errors.rb

Instance Attribute Summary

Attributes inherited from ProtocolException

#representor

Instance Method Summary collapse

Methods inherited from ProtocolException

#initialize, #message

Constructor Details

This class inherits a constructor from Farscape::Exceptions::ProtocolException

Instance Method Details

#error_descriptionObject



107
108
109
# 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