Skip to content

Commit 41a47ad

Browse files
authored
Change parameter of 42N11 to a list. (#300)
To reflect change made in neo-technology/neo4j#30521
1 parent 6015f84 commit 41a47ad

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
@@ -1038,10 +1038,10 @@ Status description:: error: syntax error or access rule violation - cannot repla
10381038

10391039
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.
10401040

1041-
[role=label--changed-2025.03]
1041+
[role=label--changed-2025.05]
10421042
=== xref:errors/gql-errors/42N11.adoc[42N11]
10431043

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

10461046
=== xref:errors/gql-errors/42N12.adoc[42N12]
10471047

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)