Method: Elasticfusion::Search::InvalidFieldValueError#message

Defined in:
lib/elasticfusion/search/errors.rb

#messageObject



21
22
23
# File 'lib/elasticfusion/search/errors.rb', line 21

def message
  "\"#{value}\" is not a valid value for \"#{field}\"."
end