Exception: Farscape::Exceptions::BadRequest

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

Overview

4xx

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



23
24
25
# File 'lib/farscape/errors.rb', line 23

def error_description
  'The request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat the request without modifications.'
end