dyna-record
    Preparing search index...

    Class FilterError

    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.

    Hierarchy

    • Error
      • FilterError
    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionalmessage: string

      Returns FilterError

    • Parameters

      • Optionalmessage: string
      • Optionaloptions: ErrorOptions

      Returns FilterError

    Properties

    code: "FilterError"