import { DaffSearchQueryTooShortError } from '@daffodil/search/driver'
Thrown when the specified search query is too short.
class DaffSearchQueryTooShortError extends DaffInheritableError implements DaffError {
readonly code: string = DAFF_SEARCH_QUERY_TOO_SHORT_ERROR_CODE
message: string
}