GitHub

DaffSearchQueryTooShortError

Error

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
  __proto__: Error
  recoverable: boolean = false
  name: string
  stack: string
}