From 6879d35c143a0d06e68e437359cbd8a8596ae397 Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Fri, 29 Nov 2024 13:01:14 +0000 Subject: [PATCH 1/3] Add a warning that parsing status descriptions is not recommended --- modules/ROOT/pages/errors/gql-errors.adoc | 6 ++++++ modules/ROOT/pages/notifications/all-notifications.adoc | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/modules/ROOT/pages/errors/gql-errors.adoc b/modules/ROOT/pages/errors/gql-errors.adoc index 2a56cc7e..36c8c394 100644 --- a/modules/ROOT/pages/errors/gql-errors.adoc +++ b/modules/ROOT/pages/errors/gql-errors.adoc @@ -7,6 +7,12 @@ The following page provides an overview of all GQLSTATUS server error codes in Neo4j. All errors in Neo4j have severity level `ERROR`. +[WARNING] +==== +Please note that while GQLSTATUS codes remain stable, the descriptions associated with these codes may change over time. +For this reason, parsing the descriptions or incorporating them into scripts is not recommended. +==== + == Connection exceptions Connection exceptions occur when the client (e.g. Browser/Bloom/Cypher Shell) is unable to connect to the server for various reasons such as network issues, server-side routing being disabled, or the database being unavailable, etc. diff --git a/modules/ROOT/pages/notifications/all-notifications.adoc b/modules/ROOT/pages/notifications/all-notifications.adoc index 7124837b..dd5ce27f 100644 --- a/modules/ROOT/pages/notifications/all-notifications.adoc +++ b/modules/ROOT/pages/notifications/all-notifications.adoc @@ -15,6 +15,11 @@ The following page provides an overview of all notifications in Neo4j, including * <<_schema_notifications, `SCHEMA` notifications>> * <<_generic, `GENERIC` notifications>> +[WARNING] +==== +Please note that while GQLSTATUS codes remain stable, the descriptions associated with these codes may change over time. +For this reason, parsing the descriptions or incorporating them into scripts is not recommended. +==== [#_performance_notifications] == `PERFORMANCE` notifications From 42b49eb327d4b571b85ec962d43e59a7f469a02f Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Fri, 29 Nov 2024 14:09:56 +0000 Subject: [PATCH 2/3] Update modules/ROOT/pages/errors/gql-errors.adoc Co-authored-by: Louise Berglund --- modules/ROOT/pages/errors/gql-errors.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/errors/gql-errors.adoc b/modules/ROOT/pages/errors/gql-errors.adoc index 36c8c394..6e810352 100644 --- a/modules/ROOT/pages/errors/gql-errors.adoc +++ b/modules/ROOT/pages/errors/gql-errors.adoc @@ -9,8 +9,8 @@ All errors in Neo4j have severity level `ERROR`. [WARNING] ==== -Please note that while GQLSTATUS codes remain stable, the descriptions associated with these codes may change over time. -For this reason, parsing the descriptions or incorporating them into scripts is not recommended. +Please note that while GQLSTATUS codes remain stable, the status descriptions associated with these codes may change over time. +For this reason, parsing the status descriptions or incorporating them into scripts is not recommended. ==== == Connection exceptions From 51d598d54666f4e18ef81f1908a96bd793099b68 Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Fri, 29 Nov 2024 14:10:00 +0000 Subject: [PATCH 3/3] Update modules/ROOT/pages/notifications/all-notifications.adoc Co-authored-by: Louise Berglund --- modules/ROOT/pages/notifications/all-notifications.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/notifications/all-notifications.adoc b/modules/ROOT/pages/notifications/all-notifications.adoc index dd5ce27f..09f1401a 100644 --- a/modules/ROOT/pages/notifications/all-notifications.adoc +++ b/modules/ROOT/pages/notifications/all-notifications.adoc @@ -17,8 +17,8 @@ The following page provides an overview of all notifications in Neo4j, including [WARNING] ==== -Please note that while GQLSTATUS codes remain stable, the descriptions associated with these codes may change over time. -For this reason, parsing the descriptions or incorporating them into scripts is not recommended. +Please note that while GQLSTATUS codes remain stable, the status descriptions associated with these codes may change over time. +For this reason, parsing the status descriptions or incorporating them into scripts is not recommended. ==== [#_performance_notifications]