Skip to content

Commit 25510f2

Browse files
New Error - Distance metric (#345)
Added a new error: neo-technology/neo4j#31206 --------- Co-authored-by: Reneta Popova <[email protected]>
1 parent 4f7202f commit 25510f2

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@
253253
**** xref:errors/gql-errors/42I59.adoc[]
254254
**** xref:errors/gql-errors/42I60.adoc[]
255255
**** xref:errors/gql-errors/42I61.adoc[]
256+
**** xref:errors/gql-errors/42I62.adoc[]
256257
**** xref:errors/gql-errors/42N00.adoc[]
257258
**** xref:errors/gql-errors/42N01.adoc[]
258259
**** xref:errors/gql-errors/42N02.adoc[]
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
= 42I62
2+
3+
== Status description
4+
error: syntax error or access rule violation - unsupported distance metric. Unknown distance metric: `{ <<input>> }`.
5+
6+
ifndef::backend-pdf[]
7+
[discrete.glossary]
8+
== Glossary
9+
10+
include::partial$glossary.adoc[]
11+
endif::[]

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,10 @@ Status description:: error: syntax error or access rule violation - invalid glob
10301030

10311031
Status description:: error: syntax error or access rule violation - missing LOOKUP INDEX function name. Missing function name for the LOOKUP INDEX.
10321032

1033+
=== xref:errors/gql-errors/42I62.adoc[42I62]
1034+
1035+
Status description:: error: syntax error or access rule violation - unsupported distance metric. Unknown distance metric: `{ <<input>> }`.
1036+
10331037
[role=label--changed-2025.03]
10341038
=== xref:errors/gql-errors/42N00.adoc[42N00]
10351039

0 commit comments

Comments
 (0)