Skip to main content
Version: 3.4.0

UnsupportedFilterOperatorError

Defined in: src/lib/errors/unsupported-filter-operator.error.ts:7

Error thrown when filter operators are attempted with a driver that does not support them

Filter operators are only supported by the NestJS driver. Use addFilter() for Spatie implicit equality filters.

Extends

  • Error

Constructors

Constructor

new UnsupportedFilterOperatorError(): UnsupportedFilterOperatorError

Defined in: src/lib/errors/unsupported-filter-operator.error.ts:8

Returns

UnsupportedFilterOperatorError

Overrides

Error.constructor

Properties

message

message: string

Defined in: docs-site/node_modules/typescript/lib/lib.es5.d.ts:1075

Inherited from

Error.message


name

name: string

Defined in: docs-site/node_modules/typescript/lib/lib.es5.d.ts:1074

Inherited from

Error.name


stack?

optional stack?: string

Defined in: docs-site/node_modules/typescript/lib/lib.es5.d.ts:1076

Inherited from

Error.stack