Skip to content

Commit f629280

Browse files
committed
Change parameter of 42N11 to a list.
1 parent 16559ba commit f629280

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

modules/ROOT/pages/errors/gql-errors/42N11.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
:page-role: changed-2025.03
1+
:page-role: changed-2025.05
22

33
= 42N11
44

55
== Status description
6-
error: syntax error or access rule violation - graph reference already exists. A graph reference with the name `{ <<db>> }` already exists.
6+
error: syntax error or access rule violation - graph reference already exists. A graph reference with the name `{ <<dbList>> }` already exists.
77

88
ifndef::backend-pdf[]
99
[discrete.glossary]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -981,10 +981,10 @@ Status description:: error: syntax error or access rule violation - no such user
981981

982982
Status description:: error: syntax error or access rule violation - no such role. A role with the name `{ <<role>> }` was not found. Verify that the spelling is correct.
983983

984-
[role=label--changed-2025.03]
984+
[role=label--changed-2025.05]
985985
=== xref:errors/gql-errors/42N11.adoc[42N11]
986986

987-
Status description:: error: syntax error or access rule violation - graph reference already exists. A graph reference with the name `{ <<db>> }` already exists.
987+
Status description:: error: syntax error or access rule violation - graph reference already exists. A graph reference with the name `{ <<dbList>> }` already exists.
988988

989989
=== xref:errors/gql-errors/42N12.adoc[42N12]
990990

modules/ROOT/partials/glossary.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
//To check with the clustering team about $countAllocs and $countSeeders.
2828
[[crs]]$crs:: Coordinate reference system, for example, `WGS84`.
2929
[[db]]$db:: Database name, for example, `myDb`.
30+
[[dbList]]$dbList:: A list of database names.
3031
[[dim]]$dim:: Number representing index or point dimenionality.
3132
[[edition]]$edition:: Neo4j edition, for example, Community or Enterprise.
3233
[[endpointType]]$endpointType:: One of `start` or `end` of a relationship.

0 commit comments

Comments
 (0)