Skip to content

Commit 56ac423

Browse files
committed
regenerate the index file
1 parent b69ae03 commit 56ac423

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/ROOT/pages/errors/gql-errors/index.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,10 @@ Status description:: error: data exception - node element type in use. The node
718718

719719
Status description:: error: data exception - graph type constraint not supported. Graph type constraint definitions are not supported in the `{ <<graphTypeOperation>> }` operation.
720720

721+
=== xref:errors/gql-errors/22NCG.adoc[22NCG]
722+
723+
Status description:: error: data exception - wrong index type. Expected the index `{ <<idx>> }` to be a `{ <<idxType>>1 }` index but was a `{ <<idxType>>2 }` index.
724+
721725
=== xref:errors/gql-errors/22ND1.adoc[22ND1]
722726

723727
Status description:: error: data exception - operation not allowed for roles that are granted to an `AUTH RULE`. Invalid input: `'{ <<query>> }'` is not allowed for roles that are granted to an `AUTH RULE`.
@@ -1189,7 +1193,7 @@ Status description:: error: syntax error or access rule violation - search claus
11891193

11901194
=== xref:errors/gql-errors/42I73.adoc[42I73]
11911195

1192-
Status description:: error: syntax error or access rule violation - invalid predicate for vector search filtering. A vector search filter must consist of one or more predicates joined by `AND`, and the combined predicates for each property must specify either an exact value (e.g. `x.prop = 1`), an open range (e.g. `x.prop >= 1`), or a between range (e.g. `x.prop > 1 AND x.prop < 100`). `{ <<expr>> }` does not fulfill this.
1196+
Status description:: error: syntax error or access rule violation - invalid predicate for vector search filtering. A vector search filter must consist of one or more predicates joined by `AND`, and the combined predicates for each property must specify either an exact value (e.g. `x.prop = 1`), a half-bounded range (e.g. `x.prop >= 1`), or a bounded range (e.g. `x.prop > 1 AND x.prop < 100`). `{ <<expr>> }` does not fulfill this.
11931197

11941198
=== xref:errors/gql-errors/42I74.adoc[42I74]
11951199

0 commit comments

Comments
 (0)