Skip to content

UnsupportedFilterOperatorError

Thrown by a vector-filter translator when the requested operator is not supported by the target backend. Carries enough context for the caller to either restructure the query or fall back to post-filtering.

  • Error
new UnsupportedFilterOperatorError(options): UnsupportedFilterOperatorError;
Parameter Type

options

{ backend: string; operator: string; reason?: string; }

options.backend

string

options.operator

string

options.reason?

string

UnsupportedFilterOperatorError

Error.constructor
readonly backend: string;

readonly operator: string;

readonly optional reason?: string;