Skip to content

Commit 64364b6

Browse files
renetapopovaLojjs
andauthored
Dev parameters hover over (#268)
Co-authored-by: Louise Berglund <[email protected]>
1 parent 3e824e4 commit 64364b6

File tree

370 files changed

+3275
-484
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

370 files changed

+3275
-484
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,10 @@
22

33
== Status description
44
error: connection exception
5+
6+
ifndef::backend-pdf[]
7+
[discrete.glossary]
8+
== Glossary
9+
10+
include::partial$glossary.adoc[]
11+
endif::[]

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,10 @@
22

33
== Status description
44
error: connection exception - transaction resolution unknown
5+
6+
ifndef::backend-pdf[]
7+
[discrete.glossary]
8+
== Glossary
9+
10+
include::partial$glossary.adoc[]
11+
endif::[]
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
= 08N00
22

33
== Status description
4-
error: connection exception - unable to connect to database. Unable to connect to database `{ $db }`. Unable to get bolt address of the leader. Check the status of the database. Retrying your request at a later time may succeed.
4+
error: connection exception - unable to connect to database. Unable to connect to database `{ <<db>> }`. Unable to get bolt address of the leader. Check the status of the database. Retrying your request at a later time may succeed.
5+
6+
ifndef::backend-pdf[]
7+
[discrete.glossary]
8+
== Glossary
9+
10+
include::partial$glossary.adoc[]
11+
endif::[]
Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
= 08N01
22

33
== Status description
4-
error: connection exception - unable to write to database. Unable to write to database `{ $db }` on this server. Server-side routing is disabled. Either connect to the database leader directly or enable server-side routing by setting '{ $cfgSetting }=true'.
4+
error: connection exception - unable to write to database. Unable to write to database `{ <<db>> }` on this server. Server-side routing is disabled. Either connect to the database leader directly or enable server-side routing by setting `{ <<cfgSetting>> }=true`.
55

66

77

88
== Possible solution
9-
Either connect to the database directly using the driver or interactively with the `:use mydb` command), or enable server-side routing by setting `dbms.routing.enabled=true` in the configuration.
9+
Either connect to the database directly using the driver or interactively with the `:use mydb` command, or enable server-side routing by setting `dbms.routing.enabled=true` in the configuration.
10+
11+
12+
ifndef::backend-pdf[]
13+
[discrete.glossary]
14+
== Glossary
15+
16+
include::partial$glossary.adoc[]
17+
endif::[]
Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
= 08N02
22

33
== Status description
4-
error: connection exception - unable to connect to database. Unable to connect to database `{ $db }`. Server-side routing is disabled. Either connect to `{ $db }` directly, or enable server-side routing by setting '{ $cfgSetting }=true'.
4+
error: connection exception - unable to connect to database. Unable to connect to database `{ <<db>> }`. Server-side routing is disabled. Either connect to `{ $db }` directly, or enable server-side routing by setting `{ <<cfgSetting>> }=true`.
55

6-
// [source]
7-
// ----
8-
// error: connection exception - unable to connect to database. Unable to connect to database `mydb`. Server-side routing is disabled. Either connect to `mydb` directly, or enable server-side routing by setting 'dbms.routing.enabled=true'.
9-
// ----
6+
.Example of error message
7+
[source]
8+
----
9+
error: connection exception - unable to connect to database. Unable to connect to database `mydb`. Server-side routing is disabled. Either connect to `mydb` directly, or enable server-side routing by setting 'dbms.routing.enabled=true'.
10+
----
1011

1112
== Possible solution
12-
Either connect to the database directly using the driver or interactively with the `:use mydb` command, or enable server-side routing by setting `dbms.routing.enabled=true` in the configuration.
13+
Either connect to the database directly using the driver or interactively with the `:use mydb` command, or enable server-side routing by setting `dbms.routing.enabled=true` in the configuration.
14+
15+
16+
ifndef::backend-pdf[]
17+
[discrete.glossary]
18+
== Glossary
19+
20+
include::partial$glossary.adoc[]
21+
endif::[]
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
= 08N03
22

33
== Status description
4-
error: connection exception - failed to write to graph. Failed to write to graph `{ $graph }`. Check the defined access mode in both driver and database.
4+
error: connection exception - failed to write to graph. Failed to write to graph `{ <<graph>> }`. Check the defined access mode in both driver and database.
5+
6+
7+
ifndef::backend-pdf[]
8+
[discrete.glossary]
9+
== Glossary
10+
11+
include::partial$glossary.adoc[]
12+
endif::[]
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
= 08N04
22

33
== Status description
4-
error: unable to route use clause. Routing with `{ $clause }` is not supported in embedded sessions. Connect to the database directly or try running the query using a Neo4j driver or the HTTP API.
4+
error: unable to route use clause. Routing with `{ <<clause>> }` is not supported in embedded sessions. Connect to the database directly or try running the query using a Neo4j driver or the HTTP API.
5+
6+
7+
ifndef::backend-pdf[]
8+
[discrete.glossary]
9+
== Glossary
10+
11+
include::partial$glossary.adoc[]
12+
endif::[]

modules/ROOT/pages/errors/gql-errors/08N05.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,10 @@
22

33
== Status description
44
error: connection exception - unable to route administration command. Routing administration commands is not supported in embedded sessions. Connect to the system database directly or try running the query using a Neo4j driver or the HTTP API.
5+
6+
ifndef::backend-pdf[]
7+
[discrete.glossary]
8+
== Glossary
9+
10+
include::partial$glossary.adoc[]
11+
endif::[]

modules/ROOT/pages/errors/gql-errors/08N06.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,10 @@
22

33
== Status description
44
error: connection exception - protocol error. General network protocol error.
5+
6+
ifndef::backend-pdf[]
7+
[discrete.glossary]
8+
== Glossary
9+
10+
include::partial$glossary.adoc[]
11+
endif::[]

modules/ROOT/pages/errors/gql-errors/08N07.adoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,13 @@ error: connection exception - not the leader. This member is not the leader.
55

66

77
== Possible solution
8+
89
No write operations are allowed directly on this database.
9-
Connect to the leader directly or enable server-side routing by setting `dbms.routing.enabled=true` in the configuration.
10+
Connect to the leader directly or enable server-side routing by setting `dbms.routing.enabled=true` in the configuration.
11+
12+
ifndef::backend-pdf[]
13+
[discrete.glossary]
14+
== Glossary
15+
16+
include::partial$glossary.adoc[]
17+
endif::[]

0 commit comments

Comments
 (0)