import { DaffFilterRequestTypeMismatch } from '@daffodil/core'
An error thrown when an operation targeting a filter matching one type matches a filter of another type.
class DaffFilterRequestTypeMismatch extends DaffInheritableError implements DaffError {
readonly code: string = DaffFilterErrorCodes.FILTER_REQUEST_TYPE_MISMATCH
__proto__: Error
recoverable: boolean = false
name: string
message: string
stack: string
}