Sha256: 2865df029f4c23da3bfec8bf8ae997e4401cd70d24491ffeb007dd9fe23e4a92

Contents?: true

Size: 512 Bytes

Versions: 1

Compression:

Stored size: 512 Bytes

Contents

require "ruby_simple_search/errors"

module RubySimpleSearch
  module Errors
    ATTRIBUTES_MISSING     = "Simple search attributes are missing"
    INVALID_TYPE           = "Extended query is not an array type"
    INVALID_CONDITION      = "Extended query's array conditions are wrong"
    INVALID_PATTERN        = "Pattern is wrong. it should be in the list #{RubySimpleSearch::LIKE_PATTERNS.keys}"
    WROG_ATTRIBUTES        = "simple_search_arguments method's arguments should be in symbol format"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby_simple_search-0.0.3 lib/ruby_simple_search/errors.rb