diff --git a/modules/ROOT/pages/errors/gql-errors/08000.adoc b/modules/ROOT/pages/errors/gql-errors/08000.adoc index a43be0b8..c7556301 100644 --- a/modules/ROOT/pages/errors/gql-errors/08000.adoc +++ b/modules/ROOT/pages/errors/gql-errors/08000.adoc @@ -2,3 +2,10 @@ == Status description error: connection exception + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] diff --git a/modules/ROOT/pages/errors/gql-errors/08007.adoc b/modules/ROOT/pages/errors/gql-errors/08007.adoc index c26f6c4a..0e5cf356 100644 --- a/modules/ROOT/pages/errors/gql-errors/08007.adoc +++ b/modules/ROOT/pages/errors/gql-errors/08007.adoc @@ -2,3 +2,10 @@ == Status description error: connection exception - transaction resolution unknown + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] diff --git a/modules/ROOT/pages/errors/gql-errors/08N00.adoc b/modules/ROOT/pages/errors/gql-errors/08N00.adoc index 379988c4..1009357d 100644 --- a/modules/ROOT/pages/errors/gql-errors/08N00.adoc +++ b/modules/ROOT/pages/errors/gql-errors/08N00.adoc @@ -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 `{ <> }`. 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::[] diff --git a/modules/ROOT/pages/errors/gql-errors/08N01.adoc b/modules/ROOT/pages/errors/gql-errors/08N01.adoc index cc6b4c3c..3d6d29ac 100644 --- a/modules/ROOT/pages/errors/gql-errors/08N01.adoc +++ b/modules/ROOT/pages/errors/gql-errors/08N01.adoc @@ -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 `{ <> }` on this server. Server-side routing is disabled. Either connect to the database leader directly or enable server-side routing by setting `{ <> }=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. \ No newline at end of file +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::[] diff --git a/modules/ROOT/pages/errors/gql-errors/08N02.adoc b/modules/ROOT/pages/errors/gql-errors/08N02.adoc index 11150cd6..805fad3c 100644 --- a/modules/ROOT/pages/errors/gql-errors/08N02.adoc +++ b/modules/ROOT/pages/errors/gql-errors/08N02.adoc @@ -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 `{ <> }`. Server-side routing is disabled. Either connect to `{ $db }` directly, or enable server-side routing by setting `{ <> }=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. \ No newline at end of file +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::[] diff --git a/modules/ROOT/pages/errors/gql-errors/08N03.adoc b/modules/ROOT/pages/errors/gql-errors/08N03.adoc index dc7153b4..66c16b2d 100644 --- a/modules/ROOT/pages/errors/gql-errors/08N03.adoc +++ b/modules/ROOT/pages/errors/gql-errors/08N03.adoc @@ -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 `{ <> }`. Check the defined access mode in both driver and database. + + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] diff --git a/modules/ROOT/pages/errors/gql-errors/08N04.adoc b/modules/ROOT/pages/errors/gql-errors/08N04.adoc index 0d0d86b5..081d721e 100644 --- a/modules/ROOT/pages/errors/gql-errors/08N04.adoc +++ b/modules/ROOT/pages/errors/gql-errors/08N04.adoc @@ -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 `{ <> }` 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::[] diff --git a/modules/ROOT/pages/errors/gql-errors/08N05.adoc b/modules/ROOT/pages/errors/gql-errors/08N05.adoc index 4406e762..c2d3c833 100644 --- a/modules/ROOT/pages/errors/gql-errors/08N05.adoc +++ b/modules/ROOT/pages/errors/gql-errors/08N05.adoc @@ -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::[] diff --git a/modules/ROOT/pages/errors/gql-errors/08N06.adoc b/modules/ROOT/pages/errors/gql-errors/08N06.adoc index e1e29852..1b4f1ad2 100644 --- a/modules/ROOT/pages/errors/gql-errors/08N06.adoc +++ b/modules/ROOT/pages/errors/gql-errors/08N06.adoc @@ -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::[] diff --git a/modules/ROOT/pages/errors/gql-errors/08N07.adoc b/modules/ROOT/pages/errors/gql-errors/08N07.adoc index 51283f4d..e60b6a0a 100644 --- a/modules/ROOT/pages/errors/gql-errors/08N07.adoc +++ b/modules/ROOT/pages/errors/gql-errors/08N07.adoc @@ -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. \ No newline at end of file +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::[] diff --git a/modules/ROOT/pages/errors/gql-errors/08N08.adoc b/modules/ROOT/pages/errors/gql-errors/08N08.adoc index 2530bb39..589eb819 100644 --- a/modules/ROOT/pages/errors/gql-errors/08N08.adoc +++ b/modules/ROOT/pages/errors/gql-errors/08N08.adoc @@ -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::[] diff --git a/modules/ROOT/pages/errors/gql-errors/08N09.adoc b/modules/ROOT/pages/errors/gql-errors/08N09.adoc index 39cbf7a3..e0e0cdb7 100644 --- a/modules/ROOT/pages/errors/gql-errors/08N09.adoc +++ b/modules/ROOT/pages/errors/gql-errors/08N09.adoc @@ -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 `{ <> }` 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::[] diff --git a/modules/ROOT/pages/errors/gql-errors/08N10.adoc b/modules/ROOT/pages/errors/gql-errors/08N10.adoc index c7afce63..58ac25bd 100644 --- a/modules/ROOT/pages/errors/gql-errors/08N10.adoc +++ b/modules/ROOT/pages/errors/gql-errors/08N10.adoc @@ -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 `{ <> }` cannot be handled by session in the `{ <> }` state. + + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] diff --git a/modules/ROOT/pages/errors/gql-errors/08N11.adoc b/modules/ROOT/pages/errors/gql-errors/08N11.adoc index fe9fc1cb..85542ef4 100644 --- a/modules/ROOT/pages/errors/gql-errors/08N11.adoc +++ b/modules/ROOT/pages/errors/gql-errors/08N11.adoc @@ -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::[] diff --git a/modules/ROOT/pages/errors/gql-errors/08N12.adoc b/modules/ROOT/pages/errors/gql-errors/08N12.adoc index d33e4865..56b5be04 100644 --- a/modules/ROOT/pages/errors/gql-errors/08N12.adoc +++ b/modules/ROOT/pages/errors/gql-errors/08N12.adoc @@ -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::[] diff --git a/modules/ROOT/pages/errors/gql-errors/08N13.adoc b/modules/ROOT/pages/errors/gql-errors/08N13.adoc index 86d841f0..3561a08a 100644 --- a/modules/ROOT/pages/errors/gql-errors/08N13.adoc +++ b/modules/ROOT/pages/errors/gql-errors/08N13.adoc @@ -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 `{ <> }` is not up to the requested bookmark `{ <>1 }`. The latest transaction ID is `{ $transactionId2 }`. + + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] diff --git a/modules/ROOT/pages/errors/gql-errors/08N14.adoc b/modules/ROOT/pages/errors/gql-errors/08N14.adoc index ae5033f4..7b025ecf 100644 --- a/modules/ROOT/pages/errors/gql-errors/08N14.adoc +++ b/modules/ROOT/pages/errors/gql-errors/08N14.adoc @@ -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 `{ <>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::[] diff --git a/modules/ROOT/pages/errors/gql-errors/08N15.adoc b/modules/ROOT/pages/errors/gql-errors/08N15.adoc index a61833e4..c1ccd5c7 100644 --- a/modules/ROOT/pages/errors/gql-errors/08N15.adoc +++ b/modules/ROOT/pages/errors/gql-errors/08N15.adoc @@ -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 `{ <> }` could not be found. Verify that the spelling is correct. + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] diff --git a/modules/ROOT/pages/errors/gql-errors/08N16.adoc b/modules/ROOT/pages/errors/gql-errors/08N16.adoc index 29f67006..9743939e 100644 --- a/modules/ROOT/pages/errors/gql-errors/08N16.adoc +++ b/modules/ROOT/pages/errors/gql-errors/08N16.adoc @@ -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 `{ <> }`. + + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] diff --git a/modules/ROOT/pages/errors/gql-errors/08N17.adoc b/modules/ROOT/pages/errors/gql-errors/08N17.adoc index 1df82f72..9bb27a0c 100644 --- a/modules/ROOT/pages/errors/gql-errors/08N17.adoc +++ b/modules/ROOT/pages/errors/gql-errors/08N17.adoc @@ -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 `{ <> }`. + + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] diff --git a/modules/ROOT/pages/errors/gql-errors/08N18.adoc b/modules/ROOT/pages/errors/gql-errors/08N18.adoc index e77bd523..b9f0e77c 100644 --- a/modules/ROOT/pages/errors/gql-errors/08N18.adoc +++ b/modules/ROOT/pages/errors/gql-errors/08N18.adoc @@ -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 `{ <> }`. + + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] diff --git a/modules/ROOT/pages/errors/gql-errors/22000.adoc b/modules/ROOT/pages/errors/gql-errors/22000.adoc index 4619ef29..a603becb 100644 --- a/modules/ROOT/pages/errors/gql-errors/22000.adoc +++ b/modules/ROOT/pages/errors/gql-errors/22000.adoc @@ -2,3 +2,10 @@ == Status description error: data exception + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] diff --git a/modules/ROOT/pages/errors/gql-errors/22003.adoc b/modules/ROOT/pages/errors/gql-errors/22003.adoc index 67e12e3c..192294d5 100644 --- a/modules/ROOT/pages/errors/gql-errors/22003.adoc +++ b/modules/ROOT/pages/errors/gql-errors/22003.adoc @@ -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 `{ <> }` is outside the required range. + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] diff --git a/modules/ROOT/pages/errors/gql-errors/22007.adoc b/modules/ROOT/pages/errors/gql-errors/22007.adoc index 20ba3c17..41fbca5e 100644 --- a/modules/ROOT/pages/errors/gql-errors/22007.adoc +++ b/modules/ROOT/pages/errors/gql-errors/22007.adoc @@ -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::[] diff --git a/modules/ROOT/pages/errors/gql-errors/22015.adoc b/modules/ROOT/pages/errors/gql-errors/22015.adoc index 8a76b53e..e0e87324 100644 --- a/modules/ROOT/pages/errors/gql-errors/22015.adoc +++ b/modules/ROOT/pages/errors/gql-errors/22015.adoc @@ -2,3 +2,10 @@ == Status description error: data exception - interval field overflow + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] diff --git a/modules/ROOT/pages/errors/gql-errors/22G03.adoc b/modules/ROOT/pages/errors/gql-errors/22G03.adoc index 9fb32822..18a974be 100644 --- a/modules/ROOT/pages/errors/gql-errors/22G03.adoc +++ b/modules/ROOT/pages/errors/gql-errors/22G03.adoc @@ -2,3 +2,10 @@ == Status description error: data exception - invalid value type + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] diff --git a/modules/ROOT/pages/errors/gql-errors/22G05.adoc b/modules/ROOT/pages/errors/gql-errors/22G05.adoc index 545428c9..5115a9c1 100644 --- a/modules/ROOT/pages/errors/gql-errors/22G05.adoc +++ b/modules/ROOT/pages/errors/gql-errors/22G05.adoc @@ -2,4 +2,12 @@ == Status description -error: data exception - invalid date, time, or datetime function field name \ No newline at end of file +error: data exception - invalid date, time, or datetime function field name + + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] diff --git a/modules/ROOT/pages/errors/gql-errors/22N00.adoc b/modules/ROOT/pages/errors/gql-errors/22N00.adoc index 177b8dc6..e4a6b375 100644 --- a/modules/ROOT/pages/errors/gql-errors/22N00.adoc +++ b/modules/ROOT/pages/errors/gql-errors/22N00.adoc @@ -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::[] diff --git a/modules/ROOT/pages/errors/gql-errors/22N01.adoc b/modules/ROOT/pages/errors/gql-errors/22N01.adoc index 9d88326a..34961e9e 100644 --- a/modules/ROOT/pages/errors/gql-errors/22N01.adoc +++ b/modules/ROOT/pages/errors/gql-errors/22N01.adoc @@ -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 }`. \ No newline at end of file +Expected the value `{ <> }` to be of type `{ <> }`, but was of type `{ <> }`. + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] diff --git a/modules/ROOT/pages/errors/gql-errors/22N02.adoc b/modules/ROOT/pages/errors/gql-errors/22N02.adoc index 649b6893..082253ef 100644 --- a/modules/ROOT/pages/errors/gql-errors/22N02.adoc +++ b/modules/ROOT/pages/errors/gql-errors/22N02.adoc @@ -1,4 +1,12 @@ = 22N02 == Status description -error: data exception - specified negative numeric value. Expected `{ $option }` to be a positive number but found `{ $value }` instead. +error: data exception - specified negative numeric value. Expected `{ <