Represents an error indicating that a filter is not valid for the context in which it is used. This error is thrown when a filter uses a condition outside the context's capability set (EX: a $beginsWith condition in a vector search filter), references an attribute that is not filterable in the context, declares more than one condition for the same attribute where only one is allowed, or provides a value that does not match the attribute's schema.
Represents an error indicating that a filter is not valid for the context in which it is used. This error is thrown when a filter uses a condition outside the context's capability set (EX: a
$beginsWithcondition in a vector search filter), references an attribute that is not filterable in the context, declares more than one condition for the same attribute where only one is allowed, or provides a value that does not match the attribute's schema.