GitHub

DaffFilterRequestNameMismatch

Error

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