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.
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new UnsupportedFilterOperatorError(options): UnsupportedFilterOperatorError;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
{ |
|
|
|
|
|
|
|
|
|
Returns
Section titled “Returns”UnsupportedFilterOperatorError
Overrides
Section titled “Overrides”Error.constructorProperties
Section titled “Properties”backend
Section titled “backend”readonly backend: string;operator
Section titled “operator”readonly operator: string;reason?
Section titled “reason?”readonly optional reason?: string;