class Farscape::Exceptions::BadRequest

4xx

Public Instance Methods

error_description() click to toggle source
# 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