Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
151da37
Add descriptions to all parameters
renetapopova Feb 24, 2025
14ded8a
remove a leftover
renetapopova Feb 24, 2025
5458f38
update the index page
renetapopova Feb 24, 2025
4e1f7a7
a few more formatting fixes
renetapopova Feb 24, 2025
17fcfb2
remove the scripts folder
renetapopova Feb 25, 2025
dd7da33
Update modules/ROOT/pages/errors/gql-errors/index.adoc
renetapopova Feb 25, 2025
354d060
Update modules/ROOT/pages/errors/gql-errors/22N20.adoc
renetapopova Feb 25, 2025
fcf61de
Update modules/ROOT/pages/errors/gql-errors/index.adoc
renetapopova Feb 25, 2025
c75f360
Update modules/ROOT/pages/errors/gql-errors/index.adoc
renetapopova Feb 25, 2025
8158a2c
Update modules/ROOT/pages/errors/gql-errors/index.adoc
renetapopova Feb 25, 2025
2c936b2
Update modules/ROOT/pages/errors/gql-errors/index.adoc
renetapopova Feb 25, 2025
b7927d3
Update modules/ROOT/pages/errors/gql-errors/52N34.adoc
renetapopova Feb 25, 2025
2cfe46f
Update modules/ROOT/pages/errors/gql-errors/index.adoc
renetapopova Feb 25, 2025
64057bd
Update modules/ROOT/pages/errors/gql-errors/42I45.adoc
renetapopova Feb 25, 2025
be9c128
Update modules/ROOT/pages/errors/gql-errors/22N78.adoc
renetapopova Feb 25, 2025
500190a
Update modules/ROOT/pages/errors/gql-errors/42I50.adoc
renetapopova Feb 25, 2025
d5f6fb6
Update modules/ROOT/pages/errors/gql-errors/index.adoc
renetapopova Feb 25, 2025
8c57d0b
Update modules/ROOT/pages/errors/gql-errors/index.adoc
renetapopova Feb 25, 2025
309b25c
Update modules/ROOT/pages/errors/gql-errors/index.adoc
renetapopova Feb 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 7 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/08000.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@

== Status description
error: connection exception

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
7 changes: 7 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/08007.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@

== Status description
error: connection exception - transaction resolution unknown

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
9 changes: 8 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/08N00.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
= 08N00

== Status description
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.
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.

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
12 changes: 10 additions & 2 deletions modules/ROOT/pages/errors/gql-errors/08N01.adoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
= 08N01

== Status description
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'.
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`.



== Possible solution
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.
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.


ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
21 changes: 15 additions & 6 deletions modules/ROOT/pages/errors/gql-errors/08N02.adoc
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
= 08N02

== Status description
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'.
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`.

// [source]
// ----
// 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'.
// ----
.Example of error message
[source]
----
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'.
----

== Possible solution
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.
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.


ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
10 changes: 9 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/08N03.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
= 08N03

== Status description
error: connection exception - failed to write to graph. Failed to write to graph `{ $graph }`. Check the defined access mode in both driver and database.
error: connection exception - failed to write to graph. Failed to write to graph `{ <<graph>> }`. Check the defined access mode in both driver and database.


ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
10 changes: 9 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/08N04.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
= 08N04

== Status description
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.
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.


ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
7 changes: 7 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/08N05.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@

== Status description
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.

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
7 changes: 7 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/08N06.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@

== Status description
error: connection exception - protocol error. General network protocol error.

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
10 changes: 9 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/08N07.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,13 @@ error: connection exception - not the leader. This member is not the leader.


== Possible solution

No write operations are allowed directly on this database.
Connect to the leader directly or enable server-side routing by setting `dbms.routing.enabled=true` in the configuration.
Connect to the leader directly or enable server-side routing by setting `dbms.routing.enabled=true` in the configuration.

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
7 changes: 7 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/08N08.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@

== Status description
error: connection exception - database is read only. This database is read only on this server.

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
9 changes: 8 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/08N09.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
= 08N09

== Status description
error: connection exception - database unavailable. The database `{ $db }` is currently unavailable. Check the database status. Retry your request at a later time.
error: connection exception - database unavailable. The database `{ <<db>> }` is currently unavailable. Check the database status. Retry your request at a later time.

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
10 changes: 9 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/08N10.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
= 08N10

== Status description
error: connection exception - invalid server state. Message `{ $msg }` cannot be handled by session in the `{ $boltServerState }` state.
error: connection exception - invalid server state. Message `{ <<msg>> }` cannot be handled by session in the `{ <<boltServerState>> }` state.


ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
7 changes: 7 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/08N11.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@

== Status description
error: connection exception - request error. The request is invalid and could not be processed by the server. See cause for further details.

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
7 changes: 7 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/08N12.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@

== Status description
error: connection exception - failed to parse bookmark. Failed to parse the supplied bookmark. Verify it is correct or check the debug log for more information.

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
10 changes: 9 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/08N13.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
= 08N13

== Status description
error: connection exception - database not up to requested bookmark. The database `{ $db }` is not up to the requested bookmark `{ $transactionId1 }`. The latest transaction ID is `{ $transactionId2 }`.
error: connection exception - database not up to requested bookmark. The database `{ <<db>> }` is not up to the requested bookmark `{ <<transactionId>>1 }`. The latest transaction ID is `{ $transactionId2 }`.


ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
10 changes: 9 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/08N14.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
= 08N14

== Status description
error: connection exception - alias chains are not permitted. Unable to provide a routing table for the database identifed by the alias `{ $alias1 }` because the request comes from another alias `{ $alias2 }` and alias chains are not permitted.
error: connection exception - alias chains are not permitted. Unable to provide a routing table for the database identifed by the alias `{ <<alias>>1 }` because the request comes from another alias `{ $alias2 }` and alias chains are not permitted.


ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
9 changes: 8 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/08N15.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
= 08N15

== Status description
error: connection exception - no such routing policy. Policy definition of the routing policy `{ $routingPolicy }` could not be found. Verify that the spelling is correct.
error: connection exception - no such routing policy. Policy definition of the routing policy `{ <<routingPolicy>> }` could not be found. Verify that the spelling is correct.

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
10 changes: 9 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/08N16.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
= 08N16

== Status description
error: connection exception - general driver client error. Remote execution failed with message `{ $msg }`.
error: connection exception - general driver client error. Remote execution failed with message `{ <<msg>> }`.


ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
10 changes: 9 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/08N17.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
= 08N17

== Status description
error: connection exception - general driver transient error. Remote execution failed with message `{ $msg }`.
error: connection exception - general driver transient error. Remote execution failed with message `{ <<msg>> }`.


ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
10 changes: 9 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/08N18.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
= 08N18

== Status description
error: connection exception - general driver database error. Remote execution failed with message `{ $msg }`.
error: connection exception - general driver database error. Remote execution failed with message `{ <<msg>> }`.


ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
7 changes: 7 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22000.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@

== Status description
error: data exception

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
9 changes: 8 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/22003.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
= 22003

== Status description
error: data exception - numeric value out of range. The numeric value `{ $value }` is outside the required range.
error: data exception - numeric value out of range. The numeric value `{ <<value>> }` is outside the required range.

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
7 changes: 7 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22007.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@

== Status description
error: data exception - invalid date, time, or datetime format

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
7 changes: 7 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22015.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@

== Status description
error: data exception - interval field overflow

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
7 changes: 7 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22G03.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@

== Status description
error: data exception - invalid value type

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
10 changes: 9 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/22G05.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@


== Status description
error: data exception - invalid date, time, or datetime function field name
error: data exception - invalid date, time, or datetime function field name


ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
7 changes: 7 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/22N00.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@

== Status description
error: data exception - unsupported value. The provided value is unsupported and cannot be processed.

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
9 changes: 8 additions & 1 deletion modules/ROOT/pages/errors/gql-errors/22N01.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@

== Status description
error: data exception - invalid type.
Expected the value `{ $value }` to be of type `{ $valueTypeList }`, but was of type `{ $valueType }`.
Expected the value `{ <<value>> }` to be of type `{ <<valueTypeList>> }`, but was of type `{ <<valueType>> }`.

ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
Loading