InvalidPredicateError
Defined in: src/query/errors.ts:42
A predicate could not be expressed in the query language for a reason other than its operator — a system attribute that is returned in results but cannot be filtered on, a system attribute compared against the wrong type, or a combinator with nothing to combine.
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new InvalidPredicateError(
message,attributeName?):InvalidPredicateError
Defined in: src/query/errors.ts:46
Parameters
Section titled “Parameters”message
Section titled “message”string
attributeName?
Section titled “attributeName?”string
Returns
Section titled “Returns”InvalidPredicateError
Overrides
Section titled “Overrides”Error.constructor
Properties
Section titled “Properties”attributeName
Section titled “attributeName”
readonlyattributeName:string|undefined
Defined in: src/query/errors.ts:44
The attribute the predicate names, where there is one.