GitHub

DaffFilterNotFound

import { DaffFilterNotFound } from '@daffodil/core'

An error thrown when a lookup for a filter.

class DaffFilterNotFound extends DaffInheritableError implements DaffError {
  readonly code: string = DaffFilterErrorCodes.FILTER_NOT_FOUND
}