Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/ROOT/pages/errors/gql-errors/42N11.adoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
:page-role: changed-2025.03
:page-role: changed-2025.05

= 42N11

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

ifndef::backend-pdf[]
[discrete.glossary]
Expand Down
4 changes: 2 additions & 2 deletions modules/ROOT/pages/errors/gql-errors/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1038,10 +1038,10 @@ Status description:: error: syntax error or access rule violation - cannot repla

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.

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

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

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

Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/partials/glossary.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
//To check with the clustering team about $countAllocs and $countSeeders.
[[crs]]$crs:: Coordinate reference system, for example, `WGS84`.
[[db]]$db:: Database name, for example, `myDb`.
[[dbList]]$dbList:: A list of database names.
[[dim]]$dim:: Number representing index or point dimenionality.
[[edition]]$edition:: Neo4j edition, for example, Community or Enterprise.
[[endpointType]]$endpointType:: One of `start` or `end` of a relationship.
Expand Down