From 43a00fc0b886bdcfa3d6936a3b8f1af16d050e2e Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Wed, 5 Feb 2025 17:47:26 +0000 Subject: [PATCH 01/47] bump version to 2025.02 (#259) --- antora.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/antora.yml b/antora.yml index cec3280a..f9750253 100644 --- a/antora.yml +++ b/antora.yml @@ -1,12 +1,12 @@ name: status-codes title: Status Codes for Errors & Notifications -version: '2025.01' +version: '2025.02' start_page: ROOT:index.adoc nav: - modules/ROOT/content-nav.adoc asciidoc: attributes: page-origin-private: false - neo4j-version: '2025.01' - neo4j-version-exact: '2025.01.0' - neo4j-buildnumber: '2025.01' \ No newline at end of file + neo4j-version: '2025.02' + neo4j-version-exact: '2025.02.0' + neo4j-buildnumber: '2025.02' \ No newline at end of file From 6186dc0273f171ea7b87886d97ac9439a7c0ac09 Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Mon, 10 Feb 2025 09:54:57 +0000 Subject: [PATCH 02/47] Replace 51N27 parameter name item with component (#260) Replaces #251 --- modules/ROOT/pages/errors/gql-errors/51N27.adoc | 2 +- modules/ROOT/pages/errors/gql-errors/index.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/errors/gql-errors/51N27.adoc b/modules/ROOT/pages/errors/gql-errors/51N27.adoc index b17905da..4e682e75 100644 --- a/modules/ROOT/pages/errors/gql-errors/51N27.adoc +++ b/modules/ROOT/pages/errors/gql-errors/51N27.adoc @@ -2,7 +2,7 @@ == Status description -error: system configuration or operation exception - not supported in this edition. `{ $item }` is not supported in `{ $edition }`. +error: system configuration or operation exception - not supported in this edition. `{ $component }` is not supported in `{ $edition }`. == Explanation diff --git a/modules/ROOT/pages/errors/gql-errors/index.adoc b/modules/ROOT/pages/errors/gql-errors/index.adoc index af514e39..bd3a7b9f 100644 --- a/modules/ROOT/pages/errors/gql-errors/index.adoc +++ b/modules/ROOT/pages/errors/gql-errors/index.adoc @@ -1240,7 +1240,7 @@ Status description:: error: system configuration or operation exception - databa === xref:errors/gql-errors/51N27.adoc[51N27] -Status description:: error: system configuration or operation exception - not supported in this edition. `{ $item }` is not supported in `{ $edition }`. +Status description:: error: system configuration or operation exception - not supported in this edition. `{ $component }` is not supported in `{ $edition }`. === xref:errors/gql-errors/51N29.adoc[51N29] From 3b7bf56522f15cedc68ba5ea9485f179d625d7ce Mon Sep 17 00:00:00 2001 From: Louise Berglund Date: Mon, 10 Feb 2025 16:13:36 +0100 Subject: [PATCH 03/47] Change parameters of 22N14 (#261) To align with changes in https://github.com/neo-technology/neo4j/pull/29493 --- modules/ROOT/pages/errors/gql-errors/22N14.adoc | 2 +- modules/ROOT/pages/errors/gql-errors/index.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/errors/gql-errors/22N14.adoc b/modules/ROOT/pages/errors/gql-errors/22N14.adoc index 9805d363..a072a0b0 100644 --- a/modules/ROOT/pages/errors/gql-errors/22N14.adoc +++ b/modules/ROOT/pages/errors/gql-errors/22N14.adoc @@ -1,4 +1,4 @@ = 22N14 == Status description -error: data exception - invalid temporal value combination. Cannot select both `{ $temporal }` and `{ $component }`. +error: data exception - invalid temporal value combination. Cannot select both `{ $temporal1 }` and `{ $temporal2 }`. diff --git a/modules/ROOT/pages/errors/gql-errors/index.adoc b/modules/ROOT/pages/errors/gql-errors/index.adoc index bd3a7b9f..5660c4fe 100644 --- a/modules/ROOT/pages/errors/gql-errors/index.adoc +++ b/modules/ROOT/pages/errors/gql-errors/index.adoc @@ -192,7 +192,7 @@ Status description:: error: data exception - invalid time zone. Specified time z === xref:errors/gql-errors/22N14.adoc[22N14] -Status description:: error: data exception - invalid temporal value combination. Cannot select both `{ $temporal }` and `{ $component }`. +Status description:: error: data exception - invalid temporal value combination. Cannot select both `{ $temporal1 }` and `{ $temporal2 }`. === xref:errors/gql-errors/22N15.adoc[22N15] From d33d0c6d250376cc1f772a113aaae745021b6eed Mon Sep 17 00:00:00 2001 From: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com> Date: Mon, 17 Feb 2025 10:23:36 +0100 Subject: [PATCH 04/47] Update changelog (#263) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Instead of PR #253 --------- Co-authored-by: Louise Söderström --- modules/ROOT/pages/changelogs.adoc | 124 +++++++++++++++--- modules/ROOT/pages/errors/all-errors.adoc | 10 ++ .../notifications/all-notifications.adoc | 30 ++++- 3 files changed, 143 insertions(+), 21 deletions(-) diff --git a/modules/ROOT/pages/changelogs.adoc b/modules/ROOT/pages/changelogs.adoc index 5c152349..3f37fee2 100644 --- a/modules/ROOT/pages/changelogs.adoc +++ b/modules/ROOT/pages/changelogs.adoc @@ -3,15 +3,51 @@ == Neo4j 2025.01 **New:** -[source, status codes, role="noheader"] ------ -Neo.ClientNotification.Cluster.ServerNotAvailable -Neo.ClientNotification.Cluster.ServerCatchingUp -Neo.ClientNotification.Cluster.ServerFailed -Neo.ClientNotification.Cluster.ServerCaughtUp ------ -Starting from 2025.01, when using Cypher25, queries using `WAIT` return the notifications listed above instead of result rows. -The behaviour for Cypher5 remains unchanged. +[options="header", cols="<1m,<1"] +|=== +| GQLSTATUS +| Neo4j code + +| 01N80 +| Neo.ClientNotification.Cluster.ServerFailed + +| 01N81 +| Neo.ClientNotification.Cluster.ServerCatchingUp + +| 01N82 +| Neo.ClientNotification.Cluster.ServerNotAvailable + +| 03N85 +| Neo.ClientNotification.Cluster.ServerCaughtUp + +|=== + + +//Starting from 2025.01, when using Cypher 25, queries using `WAIT` return the notifications listed above instead of result rows. +//The behaviour for Cypher 5 remains unchanged. + +== Neo4j 5.26 + +**New:** + +[options="header", cols="<1m,<1"] +|=== + +| GQLSTATUS +| Neo4j code + +| 01N72 +| Neo.ClientNotification.Statement.InsecureProtocol + +| 42I50 +| Neo.ClientError.Schema.TokenLengthError + +|=== + +Starting from 5.26, Neo4j errors sent over drivers include new fields, +such as GQLSTATUS code, StatusDescription, and DiagnosticRecord. +For more information, see xref:errors/index.adoc#gqlstatus-error-object[GQL-status error object]. + == Neo4j 5.25 @@ -22,14 +58,31 @@ For more information, see link:https://neo4j.com/docs/operations-manual/current/ **New:** -[source, status codes, role="noheader"] ------ -Neo.ClientNotification.Statement.RedundantOptionalProcedure -Neo.ClientNotification.Statement.RedundantOptionalSubquery -Neo.ClientNotification.Security.AuthProviderNotDefined -Neo.ClientNotification.Security.ExternalAuthNotEnabled -Neo.ClientNotification.Statement.AggregationSkippedNull ------ +[options="header", cols="<1m,<1"] +|=== + +| GQLSTATUS +| Neo4j code + +| 00N72 +| Neo.ClientNotification.Security.AuthProviderNotDefined + +| 01G11 +| Neo.ClientNotification.Statement.AggregationSkippedNull + +| 01N71 +| Neo.ClientNotification.Security.ExternalAuthNotEnabled + +| 03N61 +| Neo.ClientNotification.Statement.RedundantOptionalProcedure + +| 03N62 +| Neo.ClientNotification.Statement.RedundantOptionalSubquery + +| N/A +| Neo.TransientError.Invalid.ResourceExhaustion + +|=== == Neo4j 5.23 @@ -48,6 +101,7 @@ For more information, see xref:notifications/index.adoc#gqlstatus-notification-o Neo.ClientNotification.Cluster.RequestedTopologyMatchedCurrentTopology Neo.ClientNotification.Schema.IndexOrConstraintAlreadyExists Neo.ClientNotification.Schema.IndexOrConstraintDoesNotExist +Neo.ClientError.Statement.InvalidTargetDatabaseError ----- == Neo4j 5.15 @@ -80,12 +134,22 @@ The usage of `Neo.ClientNotification.Statement.RuntimeExperimental` has been rem [source, status codes, role="noheader"] ----- Neo.ClientNotification.Cluster.ServerAlreadyEnabled +Neo.ClientNotification.Cluster.ServerAlreadyCordoned Neo.ClientError.ChangeDataCapture.InvalidIdentifier Neo.TransientError.ChangeDataCapture.FutureIdentifier Neo.DatabaseError.ChangeDataCapture.Disabled Neo.DatabaseError.ChangeDataCapture.ScanFailure ----- +== Neo4j 5.10 + +**New:** + +[source, status codes, role="noheader"] +----- +Neo.TransientError.Transaction.QueryExecutionFailedOnTransaction +----- + == Neo4j 5.9 **New:** @@ -96,6 +160,17 @@ Neo.ClientNotification.Security.CommandHasNoEffect Neo.ClientNotification.Security.ImpossibleRevokeCommand ----- +== Neo4j 5.7 + +**New:** + +[source, status codes, role="noheader"] +----- +Neo.ClientError.Transacton.TransactionTimedOutClientConfiguration +Neo.ClientError.Routing.DbmsInPanic +Neo.ClientError.Routing.RoutingFailed +----- + == Neo4j 5.5 **New:** @@ -103,11 +178,12 @@ Neo.ClientNotification.Security.ImpossibleRevokeCommand [source, status codes, role="noheader"] ----- Neo.ClientNotification.Statement.RepeatedRelationshipReference +Neo.ClientError.Statement.RemoteExecutionClientError +Neo.TransientError.Statement.RemoteExecutionTransientError ----- == Neo4j 5.4 - **New:** [source, status codes, role="noheader"] @@ -115,6 +191,16 @@ Neo.ClientNotification.Statement.RepeatedRelationshipReference Neo.ClientNotification.Statement.UnsatisfiableRelationshipTypeExpression ----- +== Neo4j 5.3 + +**New:** + +[source, status codes, role="noheader"] +----- +Neo.DatabaseError.Transaction.TransactionTerminationFailed +----- + + == Neo4j 5.0 **New:** @@ -164,6 +250,8 @@ Neo.ClientNotification.Statement.UnboundedVariableLengthPatternWarning ----- Neo.ClientError.Statement.UnsupportedAdministrationCommand Neo.DatabaseError.Transaction.LinkedTransactionError +Neo.TransientError.Transaction.LeaderSwitch +Neo.ClientError.Database.IllegalAliasChain ----- diff --git a/modules/ROOT/pages/errors/all-errors.adoc b/modules/ROOT/pages/errors/all-errors.adoc index 0f4b50a4..a3bb5ff9 100644 --- a/modules/ROOT/pages/errors/all-errors.adoc +++ b/modules/ROOT/pages/errors/all-errors.adoc @@ -145,6 +145,9 @@ If you want to drop the index, you must also drop the constraint. | Neo.ClientError.Schema.RepeatedRelationshipTypeInSchema | Unable to create an index or a constraint because the schema had a repeated relationship type. +| Neo.ClientError.Schema.TokenLengthError +| A token name, such as a label, relationship type or property key is too long + | Neo.ClientError.Schema.TokenNameError | An invalid name is used for a token (label, relationship type, property key). @@ -188,6 +191,9 @@ Please reconnect. | Neo.ClientError.Statement.ExternalResourceFailed | Access to an external resource failed. +| Neo.ClientError.Statement.InvalidTargetDatabaseError +| The specified database is not a valid target for this command. + | Neo.ClientError.Statement.NotSystemDatabaseError | This is an administration command and it should be executed against the `system` database. @@ -319,6 +325,10 @@ You could try increasing the stack size; for example to set the stack size to `2 There is not enough memory to perform the current task. Please try increasing `server.memory.off_heap.transaction_max_size` in the Neo4j configuration file (normally in _conf/neo4j.conf_ or, if you are using Neo4j Desktop, found through the user interface), and then restart the database. +| Neo.TransientError.Invalid.ResourceExhaustion +| The server has rejected this request as a resource is exhausted at the moment. +You can retry at a later time. For further details see server logs. + | Neo.TransientError.Request.NoThreadsAvailable | There are no available threads to serve this request at the moment. diff --git a/modules/ROOT/pages/notifications/all-notifications.adoc b/modules/ROOT/pages/notifications/all-notifications.adoc index b74cdcf5..dbcd1f48 100644 --- a/modules/ROOT/pages/notifications/all-notifications.adoc +++ b/modules/ROOT/pages/notifications/all-notifications.adoc @@ -3369,7 +3369,7 @@ Use `DATABASE *` without the parameter to revoke the privilege on all databases. ===== [#_neo_clientnotification_security_authprovidernotdefined] -=== AuthProviderNotDefined +=== The auth provider is not defined .Notification details [cols="<1s,<4"] @@ -3485,7 +3485,7 @@ If it is correct, make sure to add it as a known auth provider in one or both of [#_neo_clientnotification_security_externalauthnotenabled] -=== ExternalAuthNotEnabled +=== External auth for user is not enabled .Notification details [cols="<1s,<4"] @@ -3587,6 +3587,30 @@ Until enabled, the new external auth will be ignored, and current external auth ====== ===== +[role=label--new-5.26] +=== Query uses an insecure protocol + +.Notification details +[cols="<1s,<4"] +|=== +|Neo4j code +m|Neo.ClientNotification.Statement.InsecureProtocol +|Title +a|Query uses an insecure protocol +|Description +a|The query uses an insecure protocol. Please consider using 'https' instead. +|Category +m|SECURITY +|GQLSTATUS code +m|01N72 +|Status description +a|warn: insecure URL protocol. Query uses an insecure protocol. Consider using 'https' instead. +|Classification +m|SECURITY +|SeverityLevel +m|WARNING +|=== + [#_topology_notifications] == `TOPOLOGY` notifications @@ -4100,7 +4124,7 @@ Investigate the failing server using the provided message. [cols="<1s,<4"] |=== |Neo4j code -m|Neo.ClientNotification.Cluster.ServerCachingUp +m|Neo.ClientNotification.Cluster.ServerCatchingUp |Title a|Server is still catching up. |Description From 3e824e4fdd236d380838d284466eeca486d6dce7 Mon Sep 17 00:00:00 2001 From: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com> Date: Wed, 19 Feb 2025 11:58:38 +0100 Subject: [PATCH 05/47] Remove labels `Introduced in 5.x` (#266) --- modules/ROOT/pages/notifications/all-notifications.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/notifications/all-notifications.adoc b/modules/ROOT/pages/notifications/all-notifications.adoc index dbcd1f48..90b09bba 100644 --- a/modules/ROOT/pages/notifications/all-notifications.adoc +++ b/modules/ROOT/pages/notifications/all-notifications.adoc @@ -3587,7 +3587,7 @@ Until enabled, the new external auth will be ignored, and current external auth ====== ===== -[role=label--new-5.26] + === Query uses an insecure protocol .Notification details @@ -4988,7 +4988,6 @@ m|WARNING |=== -[role=label--new-5.4] [#_neo_clientnotification_statement_unsatisfiablerelationshiptypeexpression] === Unsatisfiable relationship type expression @@ -5049,7 +5048,7 @@ Relationship type expression cannot possibly be satisfied. (`R1&R2` can never be ====== ===== -[role=label--new-5.5] + [#_neo_clientnotification_statement_repeatedrelationshipreference] === Repeated relationship reference From 64364b634cd9709c93db189f88aaf725003cbc34 Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Tue, 25 Feb 2025 17:16:24 +0000 Subject: [PATCH 06/47] Dev parameters hover over (#268) Co-authored-by: Louise Berglund --- .../ROOT/pages/errors/gql-errors/08000.adoc | 7 + .../ROOT/pages/errors/gql-errors/08007.adoc | 7 + .../ROOT/pages/errors/gql-errors/08N00.adoc | 9 +- .../ROOT/pages/errors/gql-errors/08N01.adoc | 12 +- .../ROOT/pages/errors/gql-errors/08N02.adoc | 21 +- .../ROOT/pages/errors/gql-errors/08N03.adoc | 10 +- .../ROOT/pages/errors/gql-errors/08N04.adoc | 10 +- .../ROOT/pages/errors/gql-errors/08N05.adoc | 7 + .../ROOT/pages/errors/gql-errors/08N06.adoc | 7 + .../ROOT/pages/errors/gql-errors/08N07.adoc | 10 +- .../ROOT/pages/errors/gql-errors/08N08.adoc | 7 + .../ROOT/pages/errors/gql-errors/08N09.adoc | 9 +- .../ROOT/pages/errors/gql-errors/08N10.adoc | 10 +- .../ROOT/pages/errors/gql-errors/08N11.adoc | 7 + .../ROOT/pages/errors/gql-errors/08N12.adoc | 7 + .../ROOT/pages/errors/gql-errors/08N13.adoc | 10 +- .../ROOT/pages/errors/gql-errors/08N14.adoc | 10 +- .../ROOT/pages/errors/gql-errors/08N15.adoc | 9 +- .../ROOT/pages/errors/gql-errors/08N16.adoc | 10 +- .../ROOT/pages/errors/gql-errors/08N17.adoc | 10 +- .../ROOT/pages/errors/gql-errors/08N18.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22000.adoc | 7 + .../ROOT/pages/errors/gql-errors/22003.adoc | 9 +- .../ROOT/pages/errors/gql-errors/22007.adoc | 7 + .../ROOT/pages/errors/gql-errors/22015.adoc | 7 + .../ROOT/pages/errors/gql-errors/22G03.adoc | 7 + .../ROOT/pages/errors/gql-errors/22G05.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N00.adoc | 7 + .../ROOT/pages/errors/gql-errors/22N01.adoc | 9 +- .../ROOT/pages/errors/gql-errors/22N02.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N03.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N04.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N05.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N06.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N07.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N08.adoc | 9 +- .../ROOT/pages/errors/gql-errors/22N09.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N10.adoc | 11 +- .../ROOT/pages/errors/gql-errors/22N11.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N12.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N13.adoc | 7 + .../ROOT/pages/errors/gql-errors/22N14.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N15.adoc | 9 +- .../ROOT/pages/errors/gql-errors/22N18.adoc | 9 +- .../ROOT/pages/errors/gql-errors/22N19.adoc | 7 + .../ROOT/pages/errors/gql-errors/22N20.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N21.adoc | 9 +- .../ROOT/pages/errors/gql-errors/22N22.adoc | 7 + .../ROOT/pages/errors/gql-errors/22N23.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N24.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N25.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N26.adoc | 7 + .../ROOT/pages/errors/gql-errors/22N27.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N28.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N31.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N32.adoc | 7 + .../ROOT/pages/errors/gql-errors/22N33.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N35.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N36.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N37.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N38.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N39.adoc | 11 +- .../ROOT/pages/errors/gql-errors/22N41.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N42.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N43.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N44.adoc | 7 + .../ROOT/pages/errors/gql-errors/22N46.adoc | 7 + .../ROOT/pages/errors/gql-errors/22N47.adoc | 7 + .../ROOT/pages/errors/gql-errors/22N48.adoc | 9 +- .../ROOT/pages/errors/gql-errors/22N49.adoc | 7 + .../ROOT/pages/errors/gql-errors/22N51.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N52.adoc | 7 + .../ROOT/pages/errors/gql-errors/22N53.adoc | 7 + .../ROOT/pages/errors/gql-errors/22N54.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N56.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N58.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N64.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N65.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N66.adoc | 11 +- .../ROOT/pages/errors/gql-errors/22N67.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N68.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N69.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N70.adoc | 11 +- .../ROOT/pages/errors/gql-errors/22N71.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N73.adoc | 9 +- .../ROOT/pages/errors/gql-errors/22N74.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N75.adoc | 11 +- .../ROOT/pages/errors/gql-errors/22N76.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N77.adoc | 9 +- .../ROOT/pages/errors/gql-errors/22N78.adoc | 9 +- .../ROOT/pages/errors/gql-errors/22N79.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N80.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22N81.adoc | 9 +- .../ROOT/pages/errors/gql-errors/22N82.adoc | 9 +- .../ROOT/pages/errors/gql-errors/22N84.adoc | 9 +- .../ROOT/pages/errors/gql-errors/22N85.adoc | 9 +- .../ROOT/pages/errors/gql-errors/22N86.adoc | 7 + .../ROOT/pages/errors/gql-errors/22N88.adoc | 9 +- .../ROOT/pages/errors/gql-errors/22N89.adoc | 7 + .../ROOT/pages/errors/gql-errors/22N90.adoc | 9 +- .../ROOT/pages/errors/gql-errors/22N91.adoc | 9 +- .../ROOT/pages/errors/gql-errors/22N92.adoc | 7 + .../ROOT/pages/errors/gql-errors/22N93.adoc | 7 + .../ROOT/pages/errors/gql-errors/22N94.adoc | 7 + .../ROOT/pages/errors/gql-errors/22N95.adoc | 7 + .../ROOT/pages/errors/gql-errors/22N96.adoc | 7 + .../ROOT/pages/errors/gql-errors/22N97.adoc | 9 +- .../ROOT/pages/errors/gql-errors/22N98.adoc | 9 +- .../ROOT/pages/errors/gql-errors/22N99.adoc | 9 +- .../ROOT/pages/errors/gql-errors/22NA0.adoc | 7 + .../ROOT/pages/errors/gql-errors/22NA1.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22NA2.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22NA4.adoc | 9 +- .../ROOT/pages/errors/gql-errors/22NA5.adoc | 9 +- .../ROOT/pages/errors/gql-errors/22NA6.adoc | 9 +- .../ROOT/pages/errors/gql-errors/22NA7.adoc | 11 +- .../ROOT/pages/errors/gql-errors/22NA8.adoc | 9 +- .../ROOT/pages/errors/gql-errors/22NB0.adoc | 9 +- .../ROOT/pages/errors/gql-errors/22NB1.adoc | 9 +- .../ROOT/pages/errors/gql-errors/22NB2.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22NB3.adoc | 10 +- .../ROOT/pages/errors/gql-errors/22NB4.adoc | 10 +- .../ROOT/pages/errors/gql-errors/25N01.adoc | 9 +- .../ROOT/pages/errors/gql-errors/25N02.adoc | 7 + .../ROOT/pages/errors/gql-errors/25N03.adoc | 7 + .../ROOT/pages/errors/gql-errors/25N04.adoc | 9 +- .../ROOT/pages/errors/gql-errors/25N05.adoc | 7 + .../ROOT/pages/errors/gql-errors/25N06.adoc | 7 + .../ROOT/pages/errors/gql-errors/25N08.adoc | 7 + .../ROOT/pages/errors/gql-errors/25N09.adoc | 7 + .../ROOT/pages/errors/gql-errors/25N11.adoc | 7 + .../ROOT/pages/errors/gql-errors/25N12.adoc | 9 +- .../ROOT/pages/errors/gql-errors/25N13.adoc | 9 +- .../ROOT/pages/errors/gql-errors/2DN01.adoc | 7 + .../ROOT/pages/errors/gql-errors/2DN02.adoc | 7 + .../ROOT/pages/errors/gql-errors/2DN03.adoc | 7 + .../ROOT/pages/errors/gql-errors/2DN04.adoc | 7 + .../ROOT/pages/errors/gql-errors/2DN05.adoc | 7 + .../ROOT/pages/errors/gql-errors/2DN06.adoc | 7 + .../ROOT/pages/errors/gql-errors/2DN07.adoc | 7 + .../ROOT/pages/errors/gql-errors/40000.adoc | 7 + .../ROOT/pages/errors/gql-errors/40003.adoc | 7 + .../ROOT/pages/errors/gql-errors/40N01.adoc | 7 + .../ROOT/pages/errors/gql-errors/40N02.adoc | 7 + .../ROOT/pages/errors/gql-errors/42000.adoc | 7 + .../ROOT/pages/errors/gql-errors/42001.adoc | 7 + .../ROOT/pages/errors/gql-errors/42002.adoc | 7 + .../ROOT/pages/errors/gql-errors/42006.adoc | 7 + .../ROOT/pages/errors/gql-errors/42007.adoc | 7 + .../ROOT/pages/errors/gql-errors/42008.adoc | 7 + .../ROOT/pages/errors/gql-errors/42009.adoc | 7 + .../ROOT/pages/errors/gql-errors/42010.adoc | 7 + .../ROOT/pages/errors/gql-errors/42011.adoc | 7 + .../ROOT/pages/errors/gql-errors/42012.adoc | 7 + .../ROOT/pages/errors/gql-errors/42013.adoc | 7 + .../ROOT/pages/errors/gql-errors/42014.adoc | 7 + .../ROOT/pages/errors/gql-errors/42015.adoc | 7 + .../ROOT/pages/errors/gql-errors/42I00.adoc | 7 + .../ROOT/pages/errors/gql-errors/42I01.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42I02.adoc | 7 + .../ROOT/pages/errors/gql-errors/42I05.adoc | 7 + .../ROOT/pages/errors/gql-errors/42I06.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42I08.adoc | 11 +- .../ROOT/pages/errors/gql-errors/42I13.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42I18.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42I20.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42I23.adoc | 11 +- .../ROOT/pages/errors/gql-errors/42I25.adoc | 7 + .../ROOT/pages/errors/gql-errors/42I26.adoc | 11 +- .../ROOT/pages/errors/gql-errors/42I29.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42I31.adoc | 7 + .../ROOT/pages/errors/gql-errors/42I34.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42I36.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42I37.adoc | 7 + .../ROOT/pages/errors/gql-errors/42I38.adoc | 7 + .../ROOT/pages/errors/gql-errors/42I40.adoc | 7 + .../ROOT/pages/errors/gql-errors/42I41.adoc | 10 +- .../ROOT/pages/errors/gql-errors/42I45.adoc | 10 +- .../ROOT/pages/errors/gql-errors/42I47.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42I48.adoc | 7 + .../ROOT/pages/errors/gql-errors/42I50.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42I51.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N00.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N01.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N02.adoc | 7 + .../ROOT/pages/errors/gql-errors/42N03.adoc | 7 + .../ROOT/pages/errors/gql-errors/42N04.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N05.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N06.adoc | 11 +- .../ROOT/pages/errors/gql-errors/42N07.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N08.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N09.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N10.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N11.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N12.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N13.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N14.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N15.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N16.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N17.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N18.adoc | 8 +- .../ROOT/pages/errors/gql-errors/42N19.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N20.adoc | 7 + .../ROOT/pages/errors/gql-errors/42N21.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N22.adoc | 7 + .../ROOT/pages/errors/gql-errors/42N24.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N29.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N31.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N32.adoc | 10 +- .../ROOT/pages/errors/gql-errors/42N39.adoc | 7 + .../ROOT/pages/errors/gql-errors/42N40.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N42.adoc | 7 + .../ROOT/pages/errors/gql-errors/42N45.adoc | 7 + .../ROOT/pages/errors/gql-errors/42N47.adoc | 10 +- .../ROOT/pages/errors/gql-errors/42N49.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N51.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N53.adoc | 12 +- .../ROOT/pages/errors/gql-errors/42N56.adoc | 11 +- .../ROOT/pages/errors/gql-errors/42N57.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N59.adoc | 11 +- .../ROOT/pages/errors/gql-errors/42N62.adoc | 11 +- .../ROOT/pages/errors/gql-errors/42N65.adoc | 11 +- .../ROOT/pages/errors/gql-errors/42N66.adoc | 11 +- .../ROOT/pages/errors/gql-errors/42N70.adoc | 12 +- .../ROOT/pages/errors/gql-errors/42N71.adoc | 7 + .../ROOT/pages/errors/gql-errors/42N73.adoc | 7 + .../ROOT/pages/errors/gql-errors/42N74.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N75.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N76.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N77.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N78.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N81.adoc | 11 +- .../ROOT/pages/errors/gql-errors/42N83.adoc | 7 + .../ROOT/pages/errors/gql-errors/42N84.adoc | 7 + .../ROOT/pages/errors/gql-errors/42N85.adoc | 7 + .../ROOT/pages/errors/gql-errors/42N86.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N88.adoc | 7 + .../ROOT/pages/errors/gql-errors/42N89.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N90.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N97.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42N98.adoc | 7 + .../ROOT/pages/errors/gql-errors/42N99.adoc | 7 + .../ROOT/pages/errors/gql-errors/42NA5.adoc | 7 + .../ROOT/pages/errors/gql-errors/42NA6.adoc | 7 + .../ROOT/pages/errors/gql-errors/42NA7.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42NA8.adoc | 9 +- .../ROOT/pages/errors/gql-errors/42NA9.adoc | 7 + .../ROOT/pages/errors/gql-errors/42NFD.adoc | 7 + .../ROOT/pages/errors/gql-errors/42NFE.adoc | 7 + .../ROOT/pages/errors/gql-errors/42NFF.adoc | 7 + .../ROOT/pages/errors/gql-errors/50N00.adoc | 9 +- .../ROOT/pages/errors/gql-errors/50N05.adoc | 7 + .../ROOT/pages/errors/gql-errors/50N06.adoc | 7 + .../ROOT/pages/errors/gql-errors/50N07.adoc | 7 + .../ROOT/pages/errors/gql-errors/50N09.adoc | 9 +- .../ROOT/pages/errors/gql-errors/50N10.adoc | 8 +- .../ROOT/pages/errors/gql-errors/50N11.adoc | 9 +- .../ROOT/pages/errors/gql-errors/50N12.adoc | 9 +- .../ROOT/pages/errors/gql-errors/50N13.adoc | 10 +- .../ROOT/pages/errors/gql-errors/50N14.adoc | 10 +- .../ROOT/pages/errors/gql-errors/50N15.adoc | 8 +- .../ROOT/pages/errors/gql-errors/50N16.adoc | 7 + .../ROOT/pages/errors/gql-errors/50N17.adoc | 7 + .../ROOT/pages/errors/gql-errors/50N42.adoc | 11 +- .../ROOT/pages/errors/gql-errors/51N00.adoc | 7 + .../ROOT/pages/errors/gql-errors/51N01.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N02.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N03.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N04.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N05.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N06.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N07.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N08.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N09.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N10.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N11.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N12.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N13.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N14.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N15.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N16.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N17.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N18.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N20.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N21.adoc | 7 + .../ROOT/pages/errors/gql-errors/51N22.adoc | 7 + .../ROOT/pages/errors/gql-errors/51N23.adoc | 7 + .../ROOT/pages/errors/gql-errors/51N24.adoc | 7 + .../ROOT/pages/errors/gql-errors/51N25.adoc | 11 +- .../ROOT/pages/errors/gql-errors/51N27.adoc | 10 +- .../ROOT/pages/errors/gql-errors/51N29.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N30.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N32.adoc | 7 + .../ROOT/pages/errors/gql-errors/51N33.adoc | 7 + .../ROOT/pages/errors/gql-errors/51N34.adoc | 7 + .../ROOT/pages/errors/gql-errors/51N35.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N36.adoc | 7 + .../ROOT/pages/errors/gql-errors/51N37.adoc | 7 + .../ROOT/pages/errors/gql-errors/51N38.adoc | 7 + .../ROOT/pages/errors/gql-errors/51N39.adoc | 7 + .../ROOT/pages/errors/gql-errors/51N40.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N41.adoc | 7 + .../ROOT/pages/errors/gql-errors/51N43.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N44.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N45.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N46.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N47.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N48.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N49.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N50.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N51.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N52.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N53.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N54.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N55.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N56.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N57.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N59.adoc | 7 + .../ROOT/pages/errors/gql-errors/51N60.adoc | 7 + .../ROOT/pages/errors/gql-errors/51N61.adoc | 8 +- .../ROOT/pages/errors/gql-errors/51N62.adoc | 8 +- .../ROOT/pages/errors/gql-errors/51N63.adoc | 7 + .../ROOT/pages/errors/gql-errors/51N64.adoc | 7 + .../ROOT/pages/errors/gql-errors/51N65.adoc | 10 +- .../ROOT/pages/errors/gql-errors/51N66.adoc | 7 + .../ROOT/pages/errors/gql-errors/51N68.adoc | 7 + .../ROOT/pages/errors/gql-errors/51N69.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N70.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N71.adoc | 9 +- .../ROOT/pages/errors/gql-errors/51N72.adoc | 10 +- .../ROOT/pages/errors/gql-errors/51N73.adoc | 10 +- .../ROOT/pages/errors/gql-errors/51N74.adoc | 10 +- .../ROOT/pages/errors/gql-errors/52N01.adoc | 10 +- .../ROOT/pages/errors/gql-errors/52N02.adoc | 9 +- .../ROOT/pages/errors/gql-errors/52N03.adoc | 9 +- .../ROOT/pages/errors/gql-errors/52N05.adoc | 9 +- .../ROOT/pages/errors/gql-errors/52N06.adoc | 9 +- .../ROOT/pages/errors/gql-errors/52N07.adoc | 9 +- .../ROOT/pages/errors/gql-errors/52N08.adoc | 9 +- .../ROOT/pages/errors/gql-errors/52N09.adoc | 9 +- .../ROOT/pages/errors/gql-errors/52N10.adoc | 7 + .../ROOT/pages/errors/gql-errors/52N11.adoc | 7 + .../ROOT/pages/errors/gql-errors/52N12.adoc | 9 +- .../ROOT/pages/errors/gql-errors/52N13.adoc | 9 +- .../ROOT/pages/errors/gql-errors/52N14.adoc | 7 + .../ROOT/pages/errors/gql-errors/52N16.adoc | 7 + .../ROOT/pages/errors/gql-errors/52N17.adoc | 7 + .../ROOT/pages/errors/gql-errors/52N18.adoc | 9 +- .../ROOT/pages/errors/gql-errors/52N19.adoc | 9 +- .../ROOT/pages/errors/gql-errors/52N22.adoc | 11 +- .../ROOT/pages/errors/gql-errors/52N23.adoc | 9 +- .../ROOT/pages/errors/gql-errors/52N25.adoc | 9 +- .../ROOT/pages/errors/gql-errors/52N29.adoc | 7 + .../ROOT/pages/errors/gql-errors/52N30.adoc | 7 + .../ROOT/pages/errors/gql-errors/52N31.adoc | 9 +- .../ROOT/pages/errors/gql-errors/52N32.adoc | 9 +- .../ROOT/pages/errors/gql-errors/52N33.adoc | 9 +- .../ROOT/pages/errors/gql-errors/52N34.adoc | 9 +- .../ROOT/pages/errors/gql-errors/52N35.adoc | 9 +- .../ROOT/pages/errors/gql-errors/52N36.adoc | 8 +- .../ROOT/pages/errors/gql-errors/52N37.adoc | 10 +- .../ROOT/pages/errors/gql-errors/52U00.adoc | 8 +- .../ROOT/pages/errors/gql-errors/53N34.adoc | 10 +- .../ROOT/pages/errors/gql-errors/53N35.adoc | 8 +- .../ROOT/pages/errors/gql-errors/53N37.adoc | 8 +- .../ROOT/pages/errors/gql-errors/53U00.adoc | 8 +- .../ROOT/pages/errors/gql-errors/index.adoc | 466 +++++++++--------- modules/ROOT/partials/glossary.adoc | 116 +++++ preview.yml | 7 +- publish.yml | 5 +- 370 files changed, 3275 insertions(+), 484 deletions(-) create mode 100644 modules/ROOT/partials/glossary.adoc 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 `{ <