deno.land / x / fuse@v6.4.1 / src / core / errorMessages.js

errorMessages.js
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export const EXTENDED_SEARCH_UNAVAILABLE = 'Extended search is not available'
export const LOGICAL_SEARCH_UNAVAILABLE = 'Logical search is not available'
export const INCORRECT_INDEX_TYPE = "Incorrect 'index' type"
export const LOGICAL_SEARCH_INVALID_QUERY_FOR_KEY = (key) => `Invalid value for key ${key}`
export const PATTERN_LENGTH_TOO_LARGE = (max) => `Pattern length exceeds max of ${max}.`
export const MISSING_KEY_PROPERTY = (name) => `Missing ${name} property in key`
export const INVALID_KEY_WEIGHT_VALUE = (key) => `Property 'weight' in key '${key}' must be a positive integer`
fuse

Version Info

Tagged at
3 years ago