GitHub

DaffFilterRequestNameMismatch

import { DaffFilterRequestNameMismatch } from '@daffodil/core'

An error thrown when an operation targeting a filter matching one name matches a filter of another name.

class DaffFilterRequestNameMismatch extends DaffInheritableError implements DaffError {
  readonly code: string = DaffFilterErrorCodes.FILTER_REQUEST_NAME_MISMATCH
}