class Farscape::Exceptions::UnprocessableEntity

Public Instance Methods

error_description() click to toggle source
# File lib/farscape/errors.rb, line 132
def error_description
  'The request was well-formed but was unable to be followed due to semantic errors.'.squish
end